diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-07-31 18:59:37 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-07-31 18:59:37 +0000 |
| commit | 38a7f11a5a843aa3eae66dc35c337f869f247c23 (patch) | |
| tree | 480310b4ec96c1e5a232ec6be74f0fa9e28cf38f /clang/test/CodeGen/debug-info-vla.c | |
| parent | ed013cd221aea3911dc0c8f33948c05799f751c0 (diff) | |
| download | bcm5719-llvm-38a7f11a5a843aa3eae66dc35c337f869f247c23.tar.gz bcm5719-llvm-38a7f11a5a843aa3eae66dc35c337f869f247c23.zip | |
DI: Update testcases for LLVM assembly change
Update testcases after LLVM change r243774.
Most of these had no need to check `tag:` field, but did so as a way of
getting to the `name:` field. In a few cases I've converted the `tag:`
checks to `arg:` or `CHECK-NOT: arg:`.
llvm-svn: 243775
Diffstat (limited to 'clang/test/CodeGen/debug-info-vla.c')
| -rw-r--r-- | clang/test/CodeGen/debug-info-vla.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/debug-info-vla.c b/clang/test/CodeGen/debug-info-vla.c index 175c24cfb9d..6ba4be0d962 100644 --- a/clang/test/CodeGen/debug-info-vla.c +++ b/clang/test/CodeGen/debug-info-vla.c @@ -4,7 +4,7 @@ void testVLAwithSize(int s) { // CHECK: dbg.declare // CHECK: dbg.declare({{.*}}, metadata ![[VAR:.*]], metadata ![[EXPR:.*]]) -// CHECK: ![[VAR]] = !DILocalVariable(tag: DW_TAG_auto_variable, name: "vla",{{.*}} line: [[@LINE+2]] +// CHECK: ![[VAR]] = !DILocalVariable(name: "vla",{{.*}} line: [[@LINE+2]] // CHECK: ![[EXPR]] = !DIExpression(DW_OP_deref) int vla[s]; int i; |

