Check for extractelement with a variable operand for the element number.
[oota-llvm.git] / test / Transforms / Reassociate / looptest.ll
index 202af14c837080d2e1dc4408a4cf3e46df8b6493..91723bc37b0154d8879d2d71e153eaafd828a6f1 100644 (file)
@@ -12,7 +12,7 @@
 ; In this case, we want to reassociate the specified expr so that i+j can be
 ; hoisted out of the inner most loop.
 ;
-; RUN: opt %s -reassociate | llvm-dis | grep 115 | not grep 117
+; RUN: opt < %s -reassociate -S | grep 115 | not grep 117
 ; END.
 @.LC0 = internal global [4 x i8] c"%d\0A\00"           ; <[4 x i8]*> [#uses=1]