Mercurial > hg > CbC > CbC_llvm
diff test/Transforms/IndVarSimplify/loop_evaluate_2.ll @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line diff
--- a/test/Transforms/IndVarSimplify/loop_evaluate_2.ll Tue Jan 26 22:56:36 2016 +0900 +++ b/test/Transforms/IndVarSimplify/loop_evaluate_2.ll Fri Nov 25 19:14:25 2016 +0900 @@ -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]