diff options
Diffstat (limited to 'test/CodeGen/debug-info-block-decl.c')
-rw-r--r-- | test/CodeGen/debug-info-block-decl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/debug-info-block-decl.c b/test/CodeGen/debug-info-block-decl.c index 06c0e1a..f3f5e6b 100644 --- a/test/CodeGen/debug-info-block-decl.c +++ b/test/CodeGen/debug-info-block-decl.c @@ -9,8 +9,8 @@ int main() { -// CHECK: [[ASSIGNMENT]] = metadata !{i32 [[@LINE+2]], -// CHECK: [[BLOCK_ENTRY]] = metadata !{i32 [[@LINE+1]], +// CHECK: [[ASSIGNMENT]] = !MDLocation(line: [[@LINE+2]], +// CHECK: [[BLOCK_ENTRY]] = !MDLocation(line: [[@LINE+1]], int (^blockptr)(void) = ^(void) { return 0; }; |