diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-11-02 17:35:25 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-11-02 17:35:25 +0000 |
commit | 0b7fda23cc5e834c7fd884c3b5f95672484286ae (patch) | |
tree | a5ae04bfd8c730b1c945b071fa2e14c7cdee7b8d /llvm/test/CodeGen/ARM/lsr-code-insertion.ll | |
parent | a7a903e7065645b70f57a6ed5dc1c8e4a0e49fb7 (diff) | |
download | bcm5719-llvm-0b7fda23cc5e834c7fd884c3b5f95672484286ae.tar.gz bcm5719-llvm-0b7fda23cc5e834c7fd884c3b5f95672484286ae.zip |
Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke
assumptions about stack layout. Specifically, LR must be saved next to FP.
llvm-svn: 118026
Diffstat (limited to 'llvm/test/CodeGen/ARM/lsr-code-insertion.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/lsr-code-insertion.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/lsr-code-insertion.ll b/llvm/test/CodeGen/ARM/lsr-code-insertion.ll index 9f1a44a5feb..b8c543b1bd1 100644 --- a/llvm/test/CodeGen/ARM/lsr-code-insertion.ll +++ b/llvm/test/CodeGen/ARM/lsr-code-insertion.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -stats |& grep {36.*Number of machine instrs printed} +; RUN: llc < %s -stats |& grep {38.*Number of machine instrs printed} ; RUN: llc < %s -stats |& not grep {.*Number of re-materialization} ; This test really wants to check that the resultant "cond_true" block only ; has a single store in it, and that cond_true55 only has code to materialize |