diff options
Diffstat (limited to 'test/CodeGen/bool_test.c')
-rw-r--r-- | test/CodeGen/bool_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/bool_test.c b/test/CodeGen/bool_test.c index c836b98..cf62dba 100644 --- a/test/CodeGen/bool_test.c +++ b/test/CodeGen/bool_test.c @@ -15,4 +15,4 @@ void f(_Bool *x, _Bool *y) { // CHECK: store i32 [[TOMEM]] // CHECK: ret void -// CHECK: metadata !{i32 0, i32 2} +// CHECK: i32 0, i32 2} |