From 3eca973bf890d0218c266994ca5795bf8b353ead Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 25 May 2012 15:40:54 +0000 Subject: [PATCH] test/CodeGen/X86/bigstructret.ll: Suppress one test. It is msvc-incompatible. (compatible to mingw32 and netbsd, though) llvm-svn: 157474 --- llvm/test/CodeGen/X86/bigstructret.ll | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/llvm/test/CodeGen/X86/bigstructret.ll b/llvm/test/CodeGen/X86/bigstructret.ll index 803b1a5..3c499fa 100644 --- a/llvm/test/CodeGen/X86/bigstructret.ll +++ b/llvm/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 -} -- 2.7.4