Author: rengolin
Date: Tue May 27 11:51:36 2014
New Revision: 209666

URL: http://llvm.org/viewvc/llvm-project?rev=209666&view=rev
Log:
Fix pr19841.cpp on release mode

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=209666&r1=209665&r2=209666&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/pr19841.cpp (original)
+++ cfe/trunk/test/CodeGen/pr19841.cpp Tue May 27 11:51:36 2014
@@ -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 };
 }


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to