1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02: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:
Francis Visoiu Mistrih 2018-02-05 23:06:47 +00:00
parent 540d43f57b
commit 40ef07cae2

View File

@ -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