Fix pr19841, bb are also unnamed
llvm-svn: 209668
diff --git a/clang/test/CodeGen/pr19841.cpp b/clang/test/CodeGen/pr19841.cpp
index 8b7f7b0..1357be2 100644
--- a/clang/test/CodeGen/pr19841.cpp
+++ b/clang/test/CodeGen/pr19841.cpp
@@ -22,7 +22,7 @@
? 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 };
}