summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/bigstructret.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-05-25 15:40:54 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-05-25 15:40:54 +0000
commitf755e0001a4c45c0ea11bb1e3be8d52b324766e7 (patch)
treec81b5d82b7e46d191dc7ccffb634387184e72452 /test/CodeGen/X86/bigstructret.ll
parenta389a23bbbf1aca280c7104593d8158571dc7756 (diff)
downloadllvm-f755e0001a4c45c0ea11bb1e3be8d52b324766e7.tar.gz
llvm-f755e0001a4c45c0ea11bb1e3be8d52b324766e7.tar.bz2
llvm-f755e0001a4c45c0ea11bb1e3be8d52b324766e7.tar.xz
test/CodeGen/X86/bigstructret.ll: Suppress one test. It is msvc-incompatible. (compatible to mingw32 and netbsd, though)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157474 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/bigstructret.ll')
-rw-r--r--test/CodeGen/X86/bigstructret.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/X86/bigstructret.ll b/test/CodeGen/X86/bigstructret.ll
index 803b1a5079..3c499fae82 100644
--- a/test/CodeGen/X86/bigstructret.ll
+++ b/test/CodeGen/X86/bigstructret.ll
@@ -32,15 +32,3 @@ entry:
%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
-}