[mips] Return {f128} correctly for N32/N64.
[oota-llvm.git] / test / CodeGen / Mips / 2008-07-23-fpcmp.ll
index ebb9c8a3bd6a728d9bb555b146abe8f63a8762a3..9c547f15c9a6b8074c85b8368b5250de96860a8d 100644 (file)
@@ -1,10 +1,13 @@
-; RUN: llvm-as < %s | llc -march=mips -f -o %t
-; RUN: grep {c\\..*\\.s} %t | count 3
-; RUN: grep {bc1\[tf\]} %t | count 3
-; XFAIL: *
+; RUN: llc < %s -march=mips -o %t
+; RUN: grep "c\..*\.s" %t | count 3
+; RUN: grep "bc1[tf]" %t | count 3
+
+; FIXME: Disabled because branch instructions are generated where
+; conditional move instructions are expected.
+; REQUIRES: disabled
 
 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 float @A(float %a, float %b) nounwind {
 entry:
@@ -12,7 +15,7 @@ entry:
        br i1 %0, label %bb, label %bb2
 
 bb:            ; preds = %entry
-       add float %a, 1.000000e+00              ; <float>:1 [#uses=1]
+       fadd float %a, 1.000000e+00             ; <float>:1 [#uses=1]
        ret float %1
 
 bb2:           ; preds = %entry