Use opt -S instead of piping bitcode output through llvm-dis.
[oota-llvm.git] / test / Transforms / Reassociate / looptest.ll
index 202af14c837080d2e1dc4408a4cf3e46df8b6493..aec84e6f8583f00f9f66b7c65b9870cbdf3e15b3 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]