aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-05-01 23:50:07 +0000
committerDan Gohman <gohman@apple.com>2008-05-01 23:50:07 +0000
commitfddaa3193cd1bb2ef1f561efc5b7b6dbefeec7ee (patch)
treed2847301c4dfff9ae75ef059f6d0bf515718b7f7 /test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll
parentcba3b44d258ee89f7dae1ea6e67d97258211ff8b (diff)
downloadexternal_llvm-fddaa3193cd1bb2ef1f561efc5b7b6dbefeec7ee.zip
external_llvm-fddaa3193cd1bb2ef1f561efc5b7b6dbefeec7ee.tar.gz
external_llvm-fddaa3193cd1bb2ef1f561efc5b7b6dbefeec7ee.tar.bz2
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
Diffstat (limited to 'test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll')
-rw-r--r--test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll2
1 files changed, 1 insertions, 1 deletions
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.