Author: chapuni
Date: Tue Mar 17 20:41:58 2015
New Revision: 232582

URL: http://llvm.org/viewvc/llvm-project?rev=232582&view=rev
Log:
Fix test in release mode. This reapplies r232456, corresponding to r232579.

Modified:
    cfe/trunk/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp

Modified: cfe/trunk/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp?rev=232582&r1=232581&r2=232582&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp 
(original)
+++ cfe/trunk/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp Tue Mar 
17 20:41:58 2015
@@ -498,7 +498,7 @@ namespace B19773010 {
   void f1() {
     // CHECK-LABEL: @_ZN9B197730102f1Ev
     testcase a{{"", ENUM_CONSTANT}};
-    // CHECK: store %"struct.B19773010::pair"* getelementptr inbounds ([1 x 
%"struct.B19773010::pair"], [1 x %"struct.B19773010::pair"]* bitcast ([1 x { 
i8*, i32 }]* @.ref.tmp{{.*}} to [1 x %"struct.B19773010::pair"]*), i64 0, i64 
0), %"struct.B19773010::pair"** %__begin_, align 8
+    // CHECK: store %"struct.B19773010::pair"* getelementptr inbounds ([1 x 
%"struct.B19773010::pair"], [1 x %"struct.B19773010::pair"]* bitcast ([1 x { 
i8*, i32 }]* @.ref.tmp{{.*}} to [1 x %"struct.B19773010::pair"]*), i64 0, i64 
0), %"struct.B19773010::pair"** %{{.*}}, align 8
   }
   void f2() {
     // CHECK-LABEL: @_ZN9B197730102f2Ev


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

Reply via email to