[mips][sched] Split IILogic into II_AND, II_OR, II_XOR, II_ANDI, II_ORI, II_XORI
authorDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 16 Jan 2014 15:57:05 +0000 (15:57 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 16 Jan 2014 15:57:05 +0000 (15:57 +0000)
commitba8f9dde320d004b915d44d2f39203bbbdcb145c
treea9b1d66d1befbad8d66124dd984501a55688fceb
parentfc17ce612fb65069d3bc9fa1d9614d0111261421
[mips][sched] Split IILogic into II_AND, II_OR, II_XOR, II_ANDI, II_ORI, II_XORI

This is necessary because the classes are shared between all implementations.

No functional change since the InstrItinData's have been duplicated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199394 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsSchedule.td