]> granicus.if.org Git - clang/commitdiff
Fix pr19841, bb are also unnamed
authorRenato Golin <renato.golin@linaro.org>
Tue, 27 May 2014 17:01:21 +0000 (17:01 +0000)
committerRenato Golin <renato.golin@linaro.org>
Tue, 27 May 2014 17:01:21 +0000 (17:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209668 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/pr19841.cpp

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