summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-line3.c
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-01-14 22:28:03 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-01-14 22:28:03 +0000
commit8d3ef611cef5780f62480eb4d84915a635374f31 (patch)
tree9e69c814371810c5bc24071184e3ae088c10a030 /clang/test/CodeGen/debug-info-line3.c
parent9885469922266d43622af58871253fadfef42d48 (diff)
downloadbcm5719-llvm-8d3ef611cef5780f62480eb4d84915a635374f31.tar.gz
bcm5719-llvm-8d3ef611cef5780f62480eb4d84915a635374f31.zip
IR: Move MDLocation into place (clang testcases)
Update testcases to match LLVM change in r226048. llvm-svn: 226049
Diffstat (limited to 'clang/test/CodeGen/debug-info-line3.c')
-rw-r--r--clang/test/CodeGen/debug-info-line3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/debug-info-line3.c b/clang/test/CodeGen/debug-info-line3.c
index a2bb5c8c57d..d2efcf72409 100644
--- a/clang/test/CodeGen/debug-info-line3.c
+++ b/clang/test/CodeGen/debug-info-line3.c
@@ -13,4 +13,4 @@ void func(char c, char* d)
}
// CHECK: ret void, !dbg [[LINE:.*]]
-// CHECK: [[LINE]] = !{i32 6,
+// CHECK: [[LINE]] = !MDLocation(line: 6,
OpenPOWER on IntegriCloud