Last week we were generating code with duplicate induction variables in this
[oota-llvm.git] / test / CodeGen / Mips / 2008-07-07-IntDoubleConvertions.ll
index ab6a9c8edae88bed3822fc29282e7200ac4846b6..20de18a0164c868df0db5495812ce0fd4aed1f0c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -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