Add missing colon to RUN line...
[oota-llvm.git] / test / CodeGen / Mips / 2008-07-23-fpcmp.ll
index 12a5026873e94917500a1bc4a9b098387d3c9a01..9c547f15c9a6b8074c85b8368b5250de96860a8d 100644 (file)
@@ -1,9 +1,13 @@
-; RUN: llvm-as < %s | llc -march=mips -o %t
-; RUN: grep {c\\..*\\.s} %t | count 3
-; RUN: grep {bc1\[tf\]} %t | count 3
+; 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: