diff options
| author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2016-08-03 20:53:23 +0000 |
|---|---|---|
| committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2016-08-03 20:53:23 +0000 |
| commit | ac5bf59b6e5eee1ef41cb9e63bc7b0c6709f234e (patch) | |
| tree | ce84d98d39d53d95e4ed32915b59139a1756a167 /llvm/test/Transforms/IndVarSimplify/loop_evaluate_2.ll | |
| parent | 99444cb86099d3bf60145d8fc1ddfa43522ea63e (diff) | |
| download | bcm5719-llvm-ac5bf59b6e5eee1ef41cb9e63bc7b0c6709f234e.tar.gz bcm5719-llvm-ac5bf59b6e5eee1ef41cb9e63bc7b0c6709f234e.zip | |
[IndVars] Un-grepify test; NFC
Some of these tests need to be cleaned up further to make it obvious
what they're testing, but as a first step remove all instances of
"grep".
llvm-svn: 277648
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify/loop_evaluate_2.ll')
| -rw-r--r-- | llvm/test/Transforms/IndVarSimplify/loop_evaluate_2.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/loop_evaluate_2.ll b/llvm/test/Transforms/IndVarSimplify/loop_evaluate_2.ll index c0099a83ab1..930819e77d3 100644 --- a/llvm/test/Transforms/IndVarSimplify/loop_evaluate_2.ll +++ b/llvm/test/Transforms/IndVarSimplify/loop_evaluate_2.ll @@ -1,7 +1,8 @@ -; RUN: opt < %s -indvars -loop-deletion -simplifycfg | opt \ -; RUN: -analyze -loops | not grep "^Loop Containing" +; RUN: opt < %s -indvars -loop-deletion -simplifycfg | opt -analyze -loops | FileCheck %s ; PR1179 +; CHECK-NOT: Loop Containing + define i32 @ltst(i32 %x) { entry: icmp sgt i32 %x, 0 ; <i1>:0 [#uses=1] |

