Author: chapuni
Date: Fri Jul 25 23:12:34 2014
New Revision: 214014

URL: http://llvm.org/viewvc/llvm-project?rev=214014&view=rev
Log:
clang/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp: Fix for -Asserts, like 
CHECK64 does.

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=214014&r1=214013&r2=214014&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp Fri Jul 25 
23:12:34 2014
@@ -16,7 +16,7 @@ C::C() {} // force emission
 
 // CHECK32-LABEL: define linkonce_odr x86_thiscallcc void 
@"\01?foo@C@byval_thunk@@W3AEXUAgg@2@@Z"
 // CHECK32:             (%"struct.byval_thunk::C"* %this, <{ 
%"struct.byval_thunk::Agg" }>* inalloca)
-// CHECK32:   %2 = getelementptr i8* %{{.*}}, i32 -4
+// CHECK32:   getelementptr i8* %{{.*}}, i32 -4
 // CHECK32:   musttail call x86_thiscallcc void 
@"\01?foo@C@byval_thunk@@UAEXUAgg@2@@Z"
 // CHECK32:       (%"struct.byval_thunk::C"* %{{.*}}, <{ 
%"struct.byval_thunk::Agg" }>* inalloca %0)
 // CHECK32-NEXT: ret void


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

Reply via email to