diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-02-09 08:45:39 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-02-09 08:45:39 +0000 |
commit | 8f0d99e463a2dcb5a40d14f0481a0e322bcf79e4 (patch) | |
tree | fa4cacfb1f1dc218630e8c960b8586c91c08a5f9 /test/CodeGen/ARM/lsr-code-insertion.ll | |
parent | 190424edcdbb6dcb1b6197b0cc79e2a1cbaa3fb6 (diff) | |
download | external_llvm-8f0d99e463a2dcb5a40d14f0481a0e322bcf79e4.tar.gz external_llvm-8f0d99e463a2dcb5a40d14f0481a0e322bcf79e4.tar.bz2 external_llvm-8f0d99e463a2dcb5a40d14f0481a0e322bcf79e4.zip |
Re-enable machine sinking pass now that the coalescer bugs and the AnalyzeBrnach bug are fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/lsr-code-insertion.ll')
-rw-r--r-- | test/CodeGen/ARM/lsr-code-insertion.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/lsr-code-insertion.ll b/test/CodeGen/ARM/lsr-code-insertion.ll index 3881e91453..0a9227982d 100644 --- a/test/CodeGen/ARM/lsr-code-insertion.ll +++ b/test/CodeGen/ARM/lsr-code-insertion.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -stats |& grep {39.*Number of machine instrs printed} +; RUN: llvm-as < %s | llc -stats |& grep {40.*Number of machine instrs printed} ; RUN: llvm-as < %s | llc -stats |& 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 |