diff options
Diffstat (limited to 'test/CodeGen/alloc-size.c')
-rw-r--r-- | test/CodeGen/alloc-size.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/alloc-size.c b/test/CodeGen/alloc-size.c index 1e503f0579c9..1c98b6874da2 100644 --- a/test/CodeGen/alloc-size.c +++ b/test/CodeGen/alloc-size.c @@ -231,7 +231,7 @@ void test7() { void test8() { // Non-const pointers aren't currently supported. void *buf = my_calloc(100, 5); - // CHECK: @llvm.objectsize.i64.p0i8(i8* %{{.*}}, i1 false) + // CHECK: @llvm.objectsize.i64.p0i8(i8* %{{.*}}, i1 false, i1 true) gi = __builtin_object_size(buf, 0); // CHECK: @llvm.objectsize gi = __builtin_object_size(buf, 1); |