commit | 2cdcf2bd5fbb2faa8f187627c959feedad1a4f2d | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Thu May 01 23:50:07 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Thu May 01 23:50:07 2008 +0000 |
tree | 5f6164cac83ef1d765587d2007a4af2bf84f9c0c | |
parent | 752ce50b2d30bf4e4905f19291241c6b096260a2 [diff] [blame] |
Update old-style syntax in some "not grep" tests. llvm-svn: 50560
diff --git a/llvm/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll b/llvm/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll index 56773ac..5209507 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll +++ b/llvm/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll
@@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | \ -; RUN: not grep {cast uint 1 to uint} +; RUN: not grep {bitcast i32 1 to i32} ; END. ; The setlt wants to use a value that is incremented one more than the dominant ; IV. Don't insert the 1 outside the loop, preventing folding it into the add.