[llvm-commits] [llvm] r125361 - /llvm/trunk/test/CodeGen/Mips/o32_cc.ll
Daniel Dunbar
daniel at zuster.org
Thu Feb 10 18:59:09 PST 2011
Author: ddunbar
Date: Thu Feb 10 20:59:08 2011
New Revision: 125361
URL: http://llvm.org/viewvc/llvm-project?rev=125361&view=rev
Log:
Disable this test for now...
Modified:
llvm/trunk/test/CodeGen/Mips/o32_cc.ll
Modified: llvm/trunk/test/CodeGen/Mips/o32_cc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/o32_cc.ll?rev=125361&r1=125360&r2=125361&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/o32_cc.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/o32_cc.ll Thu Feb 10 20:59:08 2011
@@ -1,5 +1,8 @@
; RUN: llc -march=mips -mcpu=4ke < %s | FileCheck %s
+; FIXME: Disabled because it unpredictably fails on certain platforms.
+; REQUIRES: disabled
+
; $f12, $f14
; CHECK: ldc1 $f12, %lo
; CHECK: ldc1 $f14, %lo
More information about the llvm-commits
mailing list