Specify complete triple for fp128 tests.
[oota-llvm.git] / test / CodeGen / PowerPC / 2004-11-30-shift-crash.ll
index 9c611649e6a80ed382a889f8e2e643250d460eef..c3bfa49115b9972319cc95974a00880bd605c13f 100644 (file)
@@ -1,6 +1,7 @@
-; RUN: llvm-as < %s | llc -march=ppc32
+; RUN: llc < %s -march=ppc32
 
-void %main() {
-       %tr4 = shl ulong 1, ubyte 0             ; <ulong> [#uses=0]
-       ret void
+define void @main() {
+        %tr4 = shl i64 1, 0             ; <i64> [#uses=0]
+        ret void
 }
+