diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-02-07 01:57:46 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-02-07 01:57:46 +0000 |
commit | c963b638c783beb2252e8a6c580c2d15c36c9be9 (patch) | |
tree | 025d440f410c09c9500ae5702c359b214ad91932 /test/CodeGen/ARM/lsr-code-insertion.ll | |
parent | 472da1424042682ffaf6d9a253b0ff47acc1a572 (diff) |
Enable machine sinking pass in non-fast mode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63999 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 |