summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/lsr-code-insertion.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-01-22 00:46:49 +0000
committerDan Gohman <gohman@apple.com>2010-01-22 00:46:49 +0000
commit045f81981a61d283af9d6df1050cef6e7c7ff629 (patch)
tree7ff3408b837589b02774ce51d2459763a668ad58 /llvm/test/CodeGen/ARM/lsr-code-insertion.ll
parentf7b2fb51d191cb3fa668135a67c6b702c67d239e (diff)
downloadbcm5719-llvm-045f81981a61d283af9d6df1050cef6e7c7ff629.tar.gz
bcm5719-llvm-045f81981a61d283af9d6df1050cef6e7c7ff629.zip
Revert LoopStrengthReduce.cpp to pre-r94061 for now.
llvm-svn: 94123
Diffstat (limited to 'llvm/test/CodeGen/ARM/lsr-code-insertion.ll')
-rw-r--r--llvm/test/CodeGen/ARM/lsr-code-insertion.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/lsr-code-insertion.ll b/llvm/test/CodeGen/ARM/lsr-code-insertion.ll
index 1bbb96deeef..507ec2c7bd3 100644
--- a/llvm/test/CodeGen/ARM/lsr-code-insertion.ll
+++ b/llvm/test/CodeGen/ARM/lsr-code-insertion.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -stats |& grep {39.*Number of machine instrs printed}
-; RUN: llc < %s -stats |& not grep {.*Number of re-materialization}
+; RUN: llc < %s -stats |& grep {40.*Number of machine instrs printed}
+; RUN: llc < %s -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
; the constant and do a store. We do *not* want something like this:
OpenPOWER on IntegriCloud