[PowerPC] MULHU/MULHS are not legal for vector types
[oota-llvm.git] / test / CodeGen / PowerPC / 2005-01-14-UndefLong.ll
index a4121c522faba6e2a027a880669bc31143b99c16..671bf804ed323b064fc52698b2ab5ebfe6f13c5c 100644 (file)
@@ -1,3 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32
+; RUN: llc < %s -march=ppc32
 
-long %test() { ret long undef }
+define i64 @test() {
+        ret i64 undef
+}