Fix pr6111: Avoid using the LR register for the target address of an indirect
[oota-llvm.git] / test / CodeGen / Mips / 2008-07-07-IntDoubleConvertions.ll
index bf2b4d082a5580119ca0a3358e48ce292139a1f7..20de18a0164c868df0db5495812ce0fd4aed1f0c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -enable-legalize-types -march=mips -f -o %t
+; RUN: llc < %s -march=mips -o %t
 ; RUN: grep __floatsidf   %t | count 1
 ; RUN: grep __floatunsidf %t | count 1
 ; RUN: grep __fixdfsi %t | count 1