diff options
author | Akira Hatanaka <ahatanaka@mips.com> | 2012-06-14 21:03:23 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@mips.com> | 2012-06-14 21:03:23 +0000 |
commit | d8ab16b86f7a252b5896388e84288a8dfb216bb9 (patch) | |
tree | 89b6f397226aa120a3d3d0a40621cc9e3f2e89ae /llvm/test/CodeGen/Mips/null.ll | |
parent | e99c2bf8aa61d1e5e813e3eeedfc15608812003b (diff) | |
download | bcm5719-llvm-d8ab16b86f7a252b5896388e84288a8dfb216bb9.tar.gz bcm5719-llvm-d8ab16b86f7a252b5896388e84288a8dfb216bb9.zip |
1. introduce MipsPat in place of Pat in order to exclude those from
being used by Mips16 or Micro Mips
2. clean up a few lines too long encountered
Patch by Reed Kotler.
llvm-svn: 158470
Diffstat (limited to 'llvm/test/CodeGen/Mips/null.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/null.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Mips/null.ll b/llvm/test/CodeGen/Mips/null.ll index 7beae99c455..3f55fa77e9c 100644 --- a/llvm/test/CodeGen/Mips/null.ll +++ b/llvm/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: |