r214014 - clang/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp: Fix for -Asserts, like CHECK64 does.

NAKAMURA Takumi geek4civic at gmail.com
Fri Jul 25 21:12:34 PDT 2014


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 at C@byval_thunk@@W3AEXUAgg at 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 at C@byval_thunk@@UAEXUAgg at 2@@Z"
 // CHECK32:       (%"struct.byval_thunk::C"* %{{.*}}, <{ %"struct.byval_thunk::Agg" }>* inalloca %0)
 // CHECK32-NEXT: ret void





More information about the cfe-commits mailing list