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 | f736bd9c79f22e7c28d1ffc9b7c2db62e2055876 (patch) | |
| tree | bb0389200eb145b09489240c6cc298e7aafadab0 /llvm/test/CodeGen/ARM/lsr-code-insertion.ll | |
| parent | 81ae066ab652acb6f99624a801167118200f9173 (diff) | |
| download | bcm5719-llvm-f736bd9c79f22e7c28d1ffc9b7c2db62e2055876.tar.gz bcm5719-llvm-f736bd9c79f22e7c28d1ffc9b7c2db62e2055876.zip | |
Re-enable machine sinking pass now that the coalescer bugs and the AnalyzeBrnach bug are fixed.
llvm-svn: 64126
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 3881e91453b..0a9227982d4 100644 --- a/llvm/test/CodeGen/ARM/lsr-code-insertion.ll +++ b/llvm/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 |

