summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-08-03 08:12:53 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-08-03 08:12:53 +0000
commitcf6b739d3d4921dc9fc6908ec2009055c0927125 (patch)
treec369c882028da54d8252ec3e61309e1fe2e89018 /test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll
parent3e4c41a84a2c0f055e2bfef48a66b5890bcfd5e5 (diff)
downloadllvm-cf6b739d3d4921dc9fc6908ec2009055c0927125.tar.gz
llvm-cf6b739d3d4921dc9fc6908ec2009055c0927125.tar.bz2
llvm-cf6b739d3d4921dc9fc6908ec2009055c0927125.tar.xz
Unbreak Win64 CC. Step one: honour register save area, fix some alignment and provide a different set of call-clobberred registers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77962 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll')
-rw-r--r--test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll b/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll
index c628b8affd..a96fcb2e83 100644
--- a/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll
+++ b/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc | grep "subq.*\\\$8, \\\%rsp"
+; RUN: llvm-as < %s | llc | grep "subq.*\\\$40, \\\%rsp"
target triple = "x86_64-mingw64"
define x86_fp80 @a(i64 %x) nounwind readnone {