summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopStrengthReduce
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2014-04-23 19:32:37 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2014-04-23 19:32:37 +0000
commitfed895c9c6764bb8ef0a6654b8cca468bc032b68 (patch)
tree2d40301a914a1103d960c67d326bff18afbc922a /llvm/test/Transforms/LoopStrengthReduce
parent04f7b74c3937b202156b7285215492f6b46bb339 (diff)
downloadbcm5719-llvm-fed895c9c6764bb8ef0a6654b8cca468bc032b68.tar.gz
bcm5719-llvm-fed895c9c6764bb8ef0a6654b8cca468bc032b68.zip
Convert test to FileCheck
llvm-svn: 207015
Diffstat (limited to 'llvm/test/Transforms/LoopStrengthReduce')
-rw-r--r--llvm/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll6
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll b/llvm/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll
index 90051e3542c..16bb508d2e2 100644
--- a/llvm/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll
+++ b/llvm/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll
@@ -1,5 +1,9 @@
; Check that this test makes INDVAR and related stuff dead.
-; RUN: opt < %s -loop-reduce -S | grep phi | count 2
+; RUN: opt < %s -loop-reduce -S | FileCheck %s
+
+; CHECK: phi
+; CHECK: phi
+; CHECK-NOT: phi
declare i1 @pred()
OpenPOWER on IntegriCloud