Mercurial > hg > CbC > CbC_llvm
diff test/Transforms/IndVarSimplify/2005-02-26-ExitValueCompute.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/2005-02-26-ExitValueCompute.ll Tue Jan 26 22:56:36 2016 +0900 +++ b/test/Transforms/IndVarSimplify/2005-02-26-ExitValueCompute.ll Fri Nov 25 19:14:25 2016 +0900 @@ -1,7 +1,8 @@ -; RUN: opt < %s -indvars -S | \ -; RUN: grep "ret i32 152" +; RUN: opt < %s -indvars -S | FileCheck %s define i32 @main() { +; CHECK-LABEL: @main( +; CHECK: ret i32 152 entry: br label %no_exit