summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorNico Rieck <nico.rieck@gmail.com>2013-07-08 11:20:11 +0000
committerNico Rieck <nico.rieck@gmail.com>2013-07-08 11:20:11 +0000
commit51969be7244bceda1beca5ab6552ccb4b832e768 (patch)
tree03837e61822a73fc8af555b6362697ba9b97d5e3 /llvm/test
parent4801303ce1c91fbfaff388e5dd466da1e64d32ae (diff)
downloadbcm5719-llvm-51969be7244bceda1beca5ab6552ccb4b832e768.tar.gz
bcm5719-llvm-51969be7244bceda1beca5ab6552ccb4b832e768.zip
Reuse %rax after calling __chkstk on win64
Reapply this as I reverted the wrong commit. llvm-svn: 185807
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/win64_alloca_dynalloca.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/win64_alloca_dynalloca.ll b/llvm/test/CodeGen/X86/win64_alloca_dynalloca.ll
index cc11e4c28e2..275ebf94893 100644
--- a/llvm/test/CodeGen/X86/win64_alloca_dynalloca.ll
+++ b/llvm/test/CodeGen/X86/win64_alloca_dynalloca.ll
@@ -19,7 +19,7 @@ entry:
; W64: movq %rsp, %rbp
; W64: $4096, %rax
; W64: callq __chkstk
-; W64: subq $4096, %rsp
+; W64: subq %rax, %rsp
; Freestanding
; EFI: movq %rsp, %rbp
OpenPOWER on IntegriCloud