diff options
author | Karl-Johan Karlsson <karl-johan.karlsson@ericsson.com> | 2017-09-06 10:12:32 +0000 |
---|---|---|
committer | Karl-Johan Karlsson <karl-johan.karlsson@ericsson.com> | 2017-09-06 10:12:32 +0000 |
commit | 32e5273491e967fe9069987bb58c0a5a1b38b6ba (patch) | |
tree | 549e67804617612c772263c413214364d484ab29 /clang/test/CodeGen/debug-info-attributed-stmt.c | |
parent | 1304e8dd6ee3d98a38d87c14783622f6dee8f6cc (diff) | |
download | bcm5719-llvm-32e5273491e967fe9069987bb58c0a5a1b38b6ba.tar.gz bcm5719-llvm-32e5273491e967fe9069987bb58c0a5a1b38b6ba.zip |
Corrected testcase to work with release build
The fault was introduced in r312623
llvm-svn: 312627
Diffstat (limited to 'clang/test/CodeGen/debug-info-attributed-stmt.c')
-rw-r--r-- | clang/test/CodeGen/debug-info-attributed-stmt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/CodeGen/debug-info-attributed-stmt.c b/clang/test/CodeGen/debug-info-attributed-stmt.c index 43fda6a54f8..b60aaf66ff8 100644 --- a/clang/test/CodeGen/debug-info-attributed-stmt.c +++ b/clang/test/CodeGen/debug-info-attributed-stmt.c @@ -6,7 +6,7 @@ void f(_Bool b) while (b); } -// CHECK: br label %while.cond, !dbg ![[NUM:[0-9]+]] -// CHECK: br i1 %tobool, label %while.body, label %while.end, !dbg ![[NUM]] -// CHECK: br label %while.cond, !dbg ![[NUM]], !llvm.loop +// CHECK: br label {{.*}}, !dbg ![[NUM:[0-9]+]] +// CHECK: br i1 {{.*}}, label {{.*}}, label {{.*}}, !dbg ![[NUM]] +// CHECK: br label {{.*}}, !dbg ![[NUM]], !llvm.loop // CHECK: ![[NUM]] = !DILocation(line: 6, |