Don't try to make BUILD_VECTOR operands have the same
[oota-llvm.git] / test / CodeGen / PowerPC / vec_splat.ll
index bc860cbf024cf98b5e75fd3e67b38d49e3f9cfb9..a6311370003847e70e3aa427f8308670caf1e9a6 100644 (file)
@@ -1,7 +1,7 @@
 ; Test that vectors are scalarized/lowered correctly.
 ; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g3 | \
 ; RUN:    grep stfs | count 4
-; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 -o %t -f -disable-legalize-types
+; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 -o %t -f
 ; RUN: grep vspltw %t | count 2
 ; RUN: grep vsplti %t | count 3
 ; RUN: grep vsplth %t | count 1