[mips][mips64r6] Use JALR for indirect branches instead of JR (which is not available...
[oota-llvm.git] / test / CodeGen / Mips / 2008-07-06-fadd64.ll
index 8b118eda6362aa8681cd5063dd089b88170dfb37..ff8ed4d94403709987a077fa67119fea97890082 100644 (file)
@@ -1,12 +1,8 @@
-; DISABLED: llc < %s -march=mips | grep __adddf3
-; RUN: false
-; XFAIL: *
-
-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-unknown-psp-elf"
+; RUN: llc -march=mips -mattr=single-float  < %s | FileCheck %s
 
 define double @dofloat(double %a, double %b) nounwind {
 entry:
+; CHECK: __adddf3
        fadd double %a, %b              ; <double>:0 [#uses=1]
        ret double %0
 }