diff options
Diffstat (limited to 'test/CodeGen/Mips/null.ll')
-rw-r--r-- | test/CodeGen/Mips/null.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/Mips/null.ll b/test/CodeGen/Mips/null.ll index 7beae99c45..3f55fa77e9 100644 --- a/test/CodeGen/Mips/null.ll +++ b/test/CodeGen/Mips/null.ll @@ -1,5 +1,9 @@ ; RUN: llc -march=mipsel -mcpu=mips16 < %s | FileCheck %s -check-prefix=16 +; FIXME: Disabled temporarily because it should not have worked previously +; and will be fixed after a subsequent patch +; REQUIRES: disabled + define i32 @main() nounwind { entry: |