Enable Mips16 compiler to compile a null program.
authorAkira Hatanaka <ahatanaka@mips.com>
Thu, 24 May 2012 18:32:33 +0000 (18:32 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Thu, 24 May 2012 18:32:33 +0000 (18:32 +0000)
commitdf98a7a34dde36bda1c82fa924be52c7becbcdb2
treebe95a2788bcce748aeed13f085c8a55e26296174
parent246f519a51653dfc3a1af1ac4bc31bb252c633fd
Enable Mips16 compiler to compile a null program.
First code from the Mips16 compiler. Includes trivial test program.

Patch by Reed Kotler.

llvm-svn: 157408
llvm/lib/Target/Mips/Mips16InstrFormats.td
llvm/lib/Target/Mips/Mips16InstrInfo.td [new file with mode: 0644]
llvm/lib/Target/Mips/MipsInstrInfo.td
llvm/lib/Target/Mips/MipsRegisterInfo.td
llvm/test/CodeGen/Mips/null.ll [new file with mode: 0644]