Relax dwarf line fragments. This fixes a crash in the included testcase.
[oota-llvm.git] / test / CodeGen / PowerPC / 2004-11-30-shift-crash.ll
index 4603bdbbf09fe2ce7ad9f986c12b480c69492ebf..c3bfa49115b9972319cc95974a00880bd605c13f 100644 (file)
@@ -1,6 +1,7 @@
-; RUN: llvm-upgrade < %s | llvm-as | 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
 }
+