This implements the second half of the fix for PR3290, handling
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / dont-hoist-simple-loop-constants.ll
index 56773ac98457665ff7d82df21635eccc0d9c7371..52095070ae0aefc1fdfe899193453386423d6541 100644 (file)
@@ -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.