r209668 - Fix pr19841, bb are also unnamed

Renato Golin renato.golin at linaro.org
Tue May 27 10:01:21 PDT 2014


Author: rengolin
Date: Tue May 27 12:01:21 2014
New Revision: 209668

URL: http://llvm.org/viewvc/llvm-project?rev=209668&view=rev
Log:
Fix pr19841, bb are also unnamed

Modified:
    cfe/trunk/test/CodeGen/pr19841.cpp

Modified: cfe/trunk/test/CodeGen/pr19841.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/pr19841.cpp?rev=209668&r1=209667&r2=209668&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/pr19841.cpp (original)
+++ cfe/trunk/test/CodeGen/pr19841.cpp Tue May 27 12:01:21 2014
@@ -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 };
 }





More information about the cfe-commits mailing list