summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNico Rieck <nico.rieck@gmail.com>2013-07-08 01:30:57 +0000
committerNico Rieck <nico.rieck@gmail.com>2013-07-08 01:30:57 +0000
commitd56e7e198d858439c884dbd909ee58d15742d5be (patch)
treec35a40502ab63ec76efa049cb5861c53037a2dad /test
parent155615d7dc4e4fbfd3b7273720a76356468edf46 (diff)
downloadllvm-d56e7e198d858439c884dbd909ee58d15742d5be.tar.gz
llvm-d56e7e198d858439c884dbd909ee58d15742d5be.tar.bz2
llvm-d56e7e198d858439c884dbd909ee58d15742d5be.tar.xz
Revert "Reuse %rax after calling __chkstk on win64"
This reverts commit 01f8d579f7672872324208ac5bc4ac311e81b22e. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185781 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/win64_alloca_dynalloca.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/win64_alloca_dynalloca.ll b/test/CodeGen/X86/win64_alloca_dynalloca.ll
index 275ebf9489..cc11e4c28e 100644
--- a/test/CodeGen/X86/win64_alloca_dynalloca.ll
+++ b/test/CodeGen/X86/win64_alloca_dynalloca.ll
@@ -19,7 +19,7 @@ entry:
; W64: movq %rsp, %rbp
; W64: $4096, %rax
; W64: callq __chkstk
-; W64: subq %rax, %rsp
+; W64: subq $4096, %rsp
; Freestanding
; EFI: movq %rsp, %rbp