commit | 3c250772efb5f610a43ffc9b4ceaa67be9c7b693 | [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 | d2847301c4dfff9ae75ef059f6d0bf515718b7f7 | |
parent | fc28db227985ffd9b26927c0b64accaa6840b971 [diff] [blame] |
Update old-style syntax in some "not grep" tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50560 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll b/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll index 56773ac..5209507 100644 --- a/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll +++ b/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.