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 | 14180454726bbef6bf5041ae19736933617b51dd (patch) | |
tree | 1b124c87c8c12b10c324d064f931dcc259d7d556 /test/CodeGen | |
parent | 6b0cd9b9c65dc8c91827ddd926e050738ea590fd (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158470 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-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: |