Use MachineBasicBlock::transferSuccessors.
[oota-llvm.git] / test / Transforms / InstCombine / vec_shuffle.ll
index 1ed1e693b881d7afe139bb36ba91a671e7e8e044..aaaee3f84315eacb14787484ed393f3b7dda00f2 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -instcombine -disable-output &&
 ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep vector_shuffle
+; END.
 
 %T = type <4 x float>