mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
[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
540d43f57b
commit
40ef07cae2
@ -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…
x
Reference in New Issue
Block a user