summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/shrink-wrap-chkstk.ll
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2016-05-17 20:38:56 +0000
committerHans Wennborg <hans@hanshq.net>2016-05-17 20:38:56 +0000
commit759af301094fa305cd0613c2343f70ad35df40c2 (patch)
tree063a3edeb5bec3254791c1c239ad7e5d256e827a /llvm/test/CodeGen/X86/shrink-wrap-chkstk.ll
parent8f02a54e2b1b3e8eae20250d81303c49d20ad04c (diff)
downloadbcm5719-llvm-759af301094fa305cd0613c2343f70ad35df40c2.tar.gz
bcm5719-llvm-759af301094fa305cd0613c2343f70ad35df40c2.zip
Revert r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions"
Seems to have broken the Windows ASan bot. Reverting while investigating. llvm-svn: 269833
Diffstat (limited to 'llvm/test/CodeGen/X86/shrink-wrap-chkstk.ll')
-rw-r--r--llvm/test/CodeGen/X86/shrink-wrap-chkstk.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/shrink-wrap-chkstk.ll b/llvm/test/CodeGen/X86/shrink-wrap-chkstk.ll
index 099ef137d8d..94501b5764e 100644
--- a/llvm/test/CodeGen/X86/shrink-wrap-chkstk.ll
+++ b/llvm/test/CodeGen/X86/shrink-wrap-chkstk.ll
@@ -7,7 +7,7 @@
target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32"
target triple = "i686-pc-windows-msvc18.0.0"
-%struct.S = type { [8192 x i8] }
+%struct.S = type { [12 x i8] }
define x86_thiscallcc void @call_inalloca(i1 %x) {
entry:
@@ -29,7 +29,7 @@ bb2:
; CHECK-LABEL: _call_inalloca: # @call_inalloca
; CHECK: pushl %ebp
; CHECK: movl %esp, %ebp
-; CHECK: movl $8192, %eax
+; CHECK: movl $12, %eax
; CHECK: calll __chkstk
; CHECK: calll _inalloca_params
; CHECK: movl %ebp, %esp
OpenPOWER on IntegriCloud