[llvm-commits] [llvm] r72485 - /llvm/trunk/test/CodeGen/Mips/2008-07-23-fpcmp.ll
Bill Wendling
isanbard at gmail.com
Wed May 27 10:43:43 PDT 2009
Author: void
Date: Wed May 27 12:43:21 2009
New Revision: 72485
URL: http://llvm.org/viewvc/llvm-project?rev=72485&view=rev
Log:
This looks like it passes now.
Modified:
llvm/trunk/test/CodeGen/Mips/2008-07-23-fpcmp.ll
Modified: llvm/trunk/test/CodeGen/Mips/2008-07-23-fpcmp.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/2008-07-23-fpcmp.ll?rev=72485&r1=72484&r2=72485&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/2008-07-23-fpcmp.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/2008-07-23-fpcmp.ll Wed May 27 12:43:21 2009
@@ -1,7 +1,6 @@
; 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: *
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"
More information about the llvm-commits
mailing list