diff options
Diffstat (limited to 'test/CodeGenCXX/linetable-fnbegin.cpp')
-rw-r--r-- | test/CodeGenCXX/linetable-fnbegin.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGenCXX/linetable-fnbegin.cpp b/test/CodeGenCXX/linetable-fnbegin.cpp index ce46306..b0a03f7 100644 --- a/test/CodeGenCXX/linetable-fnbegin.cpp +++ b/test/CodeGenCXX/linetable-fnbegin.cpp @@ -4,10 +4,10 @@ // CHECK: define{{.*}}bar // CHECK-NOT: define // CHECK: ret {{.*}}, !dbg [[DBG:.*]] -// CHECK: [[HPP:.*]] = metadata !{metadata !"./template.hpp", -// CHECK: [[SP:.*]] = metadata !{i32 786478, metadata [[HPP]],{{.*}}[ DW_TAG_subprogram ] [line 22] [def] [bar] +// CHECK: [[HPP:.*]] = !{!"./template.hpp", +// CHECK: [[SP:.*]] = !{!"0x2e\00{{.*}}", [[HPP]],{{.*}}[ DW_TAG_subprogram ] [line 22] [def] [bar] // We shouldn't need a lexical block for this function. -// CHECK: [[DBG]] = metadata !{i32 23, i32 0, metadata [[SP]], null} +// CHECK: [[DBG]] = !MDLocation(line: 23, scope: [[SP]]) # 1 "./template.h" 1 |