summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsInstrFormats.td
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2008-06-06 00:58:26 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2008-06-06 00:58:26 +0000
commit07cec75913b74d04df40ff7fecf51f87175076c1 (patch)
tree54235299d2c7d3f61f573bbcff9378f3d0bdc4f6 /lib/Target/Mips/MipsInstrFormats.td
parent836bfcd6896526a21ad1c800b1ca5ae90de1df0a (diff)
downloadllvm-07cec75913b74d04df40ff7fecf51f87175076c1.tar.gz
llvm-07cec75913b74d04df40ff7fecf51f87175076c1.tar.bz2
llvm-07cec75913b74d04df40ff7fecf51f87175076c1.tar.xz
Added custom SELECT_CC lowering
Added special isel for ADDE,SUBE and new patterns to match SUBC,ADDC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52031 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsInstrFormats.td')
-rw-r--r--lib/Target/Mips/MipsInstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsInstrFormats.td b/lib/Target/Mips/MipsInstrFormats.td
index caeabd5b5e..e84dd26856 100644
--- a/lib/Target/Mips/MipsInstrFormats.td
+++ b/lib/Target/Mips/MipsInstrFormats.td
@@ -43,7 +43,7 @@ class MipsInst<dag outs, dag ins, string asmstr, list<dag> pattern,
}
// Mips Pseudo Instructions Format
-class PseudoInstMips<dag outs, dag ins, string asmstr, list<dag> pattern>:
+class MipsPseudo<dag outs, dag ins, string asmstr, list<dag> pattern>:
MipsInst<outs, ins, asmstr, pattern, IIPseudo>;
//===----------------------------------------------------------------------===//