diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2008-06-04 01:45:25 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2008-06-04 01:45:25 +0000 |
commit | d2947ee33e810b24a016b944b375d34910f8f5dd (patch) | |
tree | 6249e99c30fd25c44a29226ac6ec053d772bdd05 /lib/Target/Mips/MipsInstrInfo.td | |
parent | 3094a4c97af4e81ff3bf9eea1997b86886dffcf2 (diff) | |
download | external_llvm-d2947ee33e810b24a016b944b375d34910f8f5dd.zip external_llvm-d2947ee33e810b24a016b944b375d34910f8f5dd.tar.gz external_llvm-d2947ee33e810b24a016b944b375d34910f8f5dd.tar.bz2 |
Some Mips minor fixes
Added support for mips little endian arch => mipsel
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51923 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsInstrInfo.td')
-rw-r--r-- | lib/Target/Mips/MipsInstrInfo.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsInstrInfo.td b/lib/Target/Mips/MipsInstrInfo.td index 7dcd55c..2395423 100644 --- a/lib/Target/Mips/MipsInstrInfo.td +++ b/lib/Target/Mips/MipsInstrInfo.td @@ -135,7 +135,6 @@ class ArithOverflowR<bits<6> op, bits<6> func, string instr_asm>: [], IIAlu>; // Arithmetic 2 register operands -let isCommutable = 1 in class ArithI<bits<6> op, string instr_asm, SDNode OpNode, Operand Od, PatLeaf imm_type> : FI< op, |