summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-06-12 20:46:18 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-06-12 20:46:18 +0000
commitd93b5b672f24ee49f11dd90352c3289aca5aef5e (patch)
tree3bc8a6ef8eee92133074862b43abd8e66f200031 /llvm/test/CodeGen
parent7983cb1dbe7227b12efe14a830e36251511158dc (diff)
downloadbcm5719-llvm-d93b5b672f24ee49f11dd90352c3289aca5aef5e.tar.gz
bcm5719-llvm-d93b5b672f24ee49f11dd90352c3289aca5aef5e.zip
Mark some pattern-less instructions as neverHasSideEffects.
llvm-svn: 73252
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/ARM/lsr-code-insertion.ll2
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 0a9227982d4..3881e91453b 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 {40.*Number of machine instrs printed}
+; RUN: llvm-as < %s | llc -stats |& grep {39.*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
OpenPOWER on IntegriCloud