forked from OSchip/llvm-project
[PEI] Fix failing test caused by r324283
X86FrameLowering sets stack size to 0 if redzone is enabled. llvm-svn: 324285
This commit is contained in:
parent
ca8d201070
commit
3c748e55d5
|
@ -1,5 +1,11 @@
|
|||
# RUN: llc -mtriple=x86_64-unknown-unknown -run-pass=prologepilog -pass-remarks-output=%t -pass-remarks-analysis=prologepilog -o /dev/null %s 2>&1
|
||||
# RUN: cat %t | FileCheck %s
|
||||
--- |
|
||||
|
||||
define void @fun0() noredzone { ret void }
|
||||
define void @fun1() noredzone { ret void }
|
||||
define void @fun2() noredzone { ret void }
|
||||
|
||||
...
|
||||
---
|
||||
name: fun0
|
||||
|
|
Loading…
Reference in New Issue