Skip to content

Commit

Permalink
[PEI] Fix failing test caused by r324283
Browse files Browse the repository at this point in the history
X86FrameLowering sets stack size to 0 if redzone is enabled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@324285 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
francisvm committed Feb 5, 2018
1 parent 9d89944 commit c359c50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/CodeGen/X86/prologue-epilogue-remarks.mir
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c359c50

Please sign in to comment.