diff options
Diffstat (limited to 'test/CodeGen/linetable-endscope.c')
-rw-r--r-- | test/CodeGen/linetable-endscope.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/linetable-endscope.c b/test/CodeGen/linetable-endscope.c index 9a737cf..961eaec 100644 --- a/test/CodeGen/linetable-endscope.c +++ b/test/CodeGen/linetable-endscope.c @@ -11,7 +11,7 @@ void foo(char c) { int i; - // CHECK: ![[CONV]] = !MDLocation(line: [[@LINE+1]], scope: !{{.*}}) + // CHECK: ![[CONV]] = !DILocation(line: [[@LINE+1]], scope: !{{.*}}) i = c; - // CHECK: ![[RET]] = !MDLocation(line: [[@LINE+1]], scope: !{{.*}}) + // CHECK: ![[RET]] = !DILocation(line: [[@LINE+1]], scope: !{{.*}}) } |