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)
llvm-svn: 209668

clang/test/CodeGen/pr19841.cpp

index 8b7f7b0..1357be2 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 };
 }