Eliminate more redundant llvm-as calls.
[oota-llvm.git] / test / Transforms / InstCombine / vector-srem.ll
index 6d317ac69d2cde65aa7d69a395ef1d60d6201ba7..acb11c52adb39c5d88d636c1c1aa5968a155a526 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | grep {srem <4 x i32>}
+; RUN: opt < %s -instcombine -S | grep {srem <4 x i32>}
 
 define <4 x i32> @foo(<4 x i32> %t, <4 x i32> %u)
 {