diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-03-09 22:48:46 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-03-09 22:48:46 +0000 |
commit | edfab0ca1eb25fb1a507d2ccbb9c4dce1f90c1a7 (patch) | |
tree | cfe826f50bd8fed16b6944f06efe4d7be50a8965 | |
parent | 17adafc6c179f3bad757f932a13522851ee5171f (diff) |
Revert "Re-enable test and hope to silence the buildbots", still broken.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127369 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/Mips/o32_cc.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/Mips/o32_cc.ll b/test/CodeGen/Mips/o32_cc.ll index 542b4a5e41..3974cd4a6a 100644 --- a/test/CodeGen/Mips/o32_cc.ll +++ b/test/CodeGen/Mips/o32_cc.ll @@ -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 |