From: Devang Patel Date: Tue, 29 Mar 2011 21:06:43 +0000 (+0000) Subject: Robustify test string. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b41f601b02ba2673bdb1b2bcf6e39bfb7d44f97;p=clang Robustify test string. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128486 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/debug-info-line2.c b/test/CodeGen/debug-info-line2.c index 71052bd00b..b5eba8a1a0 100644 --- a/test/CodeGen/debug-info-line2.c +++ b/test/CodeGen/debug-info-line2.c @@ -6,8 +6,8 @@ int foo(int i) { int j = 0; if (i) { j = bar(); -//CHECK: store i32 %call, i32* %j, align 4, !dbg -//CHECK-NOT: br label %if.end, !dbg +//CHECK: store i32 +//CHECK-NOT: br label %{{%[a-zA-Z0-9\.]+}}, !dbg } else {