Author: rnk
Date: Fri Jul 25 16:52:11 2014
New Revision: 213979

URL: http://llvm.org/viewvc/llvm-project?rev=213979&view=rev
Log:
Fix my broken test case in NDEBUG  :(

Modified:
    cfe/trunk/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp

Modified: cfe/trunk/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp?rev=213979&r1=213978&r2=213979&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp Fri Jul 25 
16:52:11 2014
@@ -19,7 +19,7 @@ C c;
 // CHECK64-LABEL: define linkonce_odr void 
@"\01?foo@C@byval_thunk@@W7EAAXUAgg@2@@Z"
 // CHECK64:             (%"struct.byval_thunk::C"* %this, 
%"struct.byval_thunk::Agg"* %x)
 // CHECK64:   getelementptr i8* %{{.*}}, i32 -8
-// CHECK64:   call void 
@"\01?foo@C@byval_thunk@@UEAAXUAgg@2@@Z"(%"struct.byval_thunk::C"* %2, 
%"struct.byval_thunk::Agg"* %x)
+// CHECK64:   call void 
@"\01?foo@C@byval_thunk@@UEAAXUAgg@2@@Z"(%"struct.byval_thunk::C"* %{{.*}}, 
%"struct.byval_thunk::Agg"* %x)
 // CHECK64-NOT: call
 // CHECK64:   ret void
 }


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

Reply via email to