[llvm-commits] [llvm] r157474 - /llvm/trunk/test/CodeGen/X86/bigstructret.ll
NAKAMURA Takumi
geek4civic at gmail.com
Fri May 25 08:40:54 PDT 2012
Author: chapuni
Date: Fri May 25 10:40:54 2012
New Revision: 157474
URL: http://llvm.org/viewvc/llvm-project?rev=157474&view=rev
Log:
test/CodeGen/X86/bigstructret.ll: Suppress one test. It is msvc-incompatible. (compatible to mingw32 and netbsd, though)
Modified:
llvm/trunk/test/CodeGen/X86/bigstructret.ll
Modified: llvm/trunk/test/CodeGen/X86/bigstructret.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/bigstructret.ll?rev=157474&r1=157473&r2=157474&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/bigstructret.ll (original)
+++ llvm/trunk/test/CodeGen/X86/bigstructret.ll Fri May 25 10:40:54 2012
@@ -32,15 +32,3 @@
%3 = insertvalue %1 %2, i32 48, 3
ret %1 %3
}
-
-; CHECK: CallBigStruct2
-; CHECK: leal {{16|8}}(%esp), {{.*}}
-; CHECK: call{{.*}}ReturnBigStruct2
-; CHECK: subl $4, %esp
-; CHECK: movl {{20|12}}(%esp), %eax
-define fastcc i32 @CallBigStruct2() nounwind readnone {
-entry:
- %0 = call %1 @ReturnBigStruct2()
- %1 = extractvalue %1 %0, 3
- ret i32 %1
-}
More information about the llvm-commits
mailing list