diff options
Diffstat (limited to 'clang/test/CodeGen/2010-07-08-DeclDebugLineNo.c')
-rw-r--r-- | clang/test/CodeGen/2010-07-08-DeclDebugLineNo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/2010-07-08-DeclDebugLineNo.c b/clang/test/CodeGen/2010-07-08-DeclDebugLineNo.c index 1cc65ff8035..44c973acda6 100644 --- a/clang/test/CodeGen/2010-07-08-DeclDebugLineNo.c +++ b/clang/test/CodeGen/2010-07-08-DeclDebugLineNo.c @@ -6,5 +6,5 @@ void foo() { int p = 0; // line #5: CHECK: {{call.*llvm.dbg.declare.*%p.*\!dbg }}[[variable_p:![0-9]+]] } // Now match the line number records: -// CHECK: {{^}}[[variable_l]]{{ = !{i32 5,}} -// CHECK: {{^}}[[variable_p]]{{ = !{i32 6,}} +// CHECK: {{^}}[[variable_l]] = !MDLocation(line: 5, +// CHECK: {{^}}[[variable_p]] = !MDLocation(line: 6, |