]> granicus.if.org Git - clang/commitdiff
Fix pr19841.cpp on release mode
authorRenato Golin <renato.golin@linaro.org>
Tue, 27 May 2014 16:51:36 +0000 (16:51 +0000)
committerRenato Golin <renato.golin@linaro.org>
Tue, 27 May 2014 16:51:36 +0000 (16:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209666 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/pr19841.cpp

index 4350625d182fc3c0f80b4f2b83904cc8675e35b4..8b7f7b0749f0baf4db1431f5ae93e646315a1b8e 100644 (file)
@@ -22,7 +22,7 @@ A::A() {
       ? b
       : _highlightColorTableVGA;
 // Make sure the PHI value is casted correctly to the PHI type
-// CHECK: %cond-lvalue = phi [0 x i8]* [ bitcast ([1 x i8]* @_ZN6Common1A1bE to [0 x i8]*), %cond.true ], [ %_highlightColorTableVGA, %cond.false ]
+// CHECK: %{{.*}} = phi [0 x i8]* [ bitcast ([1 x i8]* @_ZN6Common1A1bE to [0 x i8]*), %cond.true ], [ %{{.*}}, %cond.false ]
 }
 const unsigned char A::b[] = { 0 };
 }