aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/linetable-endscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/linetable-endscope.c')
-rw-r--r--test/CodeGen/linetable-endscope.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/linetable-endscope.c b/test/CodeGen/linetable-endscope.c
index 9a737cf79655..961eaec7dece 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: !{{.*}})
}