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 | 66559ba79a14b03f29c9dd76935d671f5e28ab0f (patch) | |
| tree | cc59104ebe6f683f0a6071fa6050b55cce66116c /llvm/test/CodeGen/Mips | |
| parent | ca9a93633268de020dbf1335c1bbdced930dfde7 (diff) | |
| download | bcm5719-llvm-66559ba79a14b03f29c9dd76935d671f5e28ab0f.tar.gz bcm5719-llvm-66559ba79a14b03f29c9dd76935d671f5e28ab0f.zip | |
Revert "Re-enable test and hope to silence the buildbots", still broken.
llvm-svn: 127369
Diffstat (limited to 'llvm/test/CodeGen/Mips')
| -rw-r--r-- | llvm/test/CodeGen/Mips/o32_cc.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Mips/o32_cc.ll b/llvm/test/CodeGen/Mips/o32_cc.ll index 542b4a5e41a..3974cd4a6a7 100644 --- a/llvm/test/CodeGen/Mips/o32_cc.ll +++ b/llvm/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 |

