Do not treat atomic.load.sub differently than other atomic binary intrinsics.
[oota-llvm.git] / test / CodeGen / Mips / 2008-07-07-IntDoubleConvertions.ll
index ab6a9c8edae88bed3822fc29282e7200ac4846b6..b8b4c5c610de92e651c85a55383dcb75e017977b 100644 (file)
@@ -1,11 +1,11 @@
-; 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
 ; RUN: grep __fixunsdfsi %t  | count 1
 
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64"
-target triple = "mipsallegrexel-psp-elf"
+target triple = "mipsallegrexel-unknown-psp-elf"
 
 define double @int2fp(i32 %a) nounwind {
 entry: