From 2cdcf2bd5fbb2faa8f187627c959feedad1a4f2d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 1 May 2008 23:50:07 +0000 Subject: Update old-style syntax in some "not grep" tests. llvm-svn: 50560 --- .../Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Transforms/LoopStrengthReduce') 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 56773ac9845..52095070ae0 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. -- cgit v1.2.3