diff options
author | Simon Dardis <simon.dardis@imgtec.com> | 2017-08-14 16:20:33 +0000 |
---|---|---|
committer | Simon Dardis <simon.dardis@imgtec.com> | 2017-08-14 16:20:33 +0000 |
commit | c3f6b2806f2a73e3b98d6c2e3aa36b0e8795eef7 (patch) | |
tree | f2c5de89112455be91aeca3b44b151be8ae406d7 /llvm/lib/Target/Mips/MipsTargetStreamer.h | |
parent | 44b94c7eb3dcd7b642934805f13c96c50867accd (diff) | |
download | bcm5719-llvm-c3f6b2806f2a73e3b98d6c2e3aa36b0e8795eef7.tar.gz bcm5719-llvm-c3f6b2806f2a73e3b98d6c2e3aa36b0e8795eef7.zip |
Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr instructions.""
This reverts r310834. It didn't pacify the buildbot, FileCheck is still
crashing.
llvm-svn: 310854
Diffstat (limited to 'llvm/lib/Target/Mips/MipsTargetStreamer.h')
-rw-r--r-- | llvm/lib/Target/Mips/MipsTargetStreamer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/Mips/MipsTargetStreamer.h b/llvm/lib/Target/Mips/MipsTargetStreamer.h index af24838665e..7d9f99ce071 100644 --- a/llvm/lib/Target/Mips/MipsTargetStreamer.h +++ b/llvm/lib/Target/Mips/MipsTargetStreamer.h @@ -119,9 +119,6 @@ public: SMLoc IDLoc, const MCSubtargetInfo *STI); void emitRRI(unsigned Opcode, unsigned Reg0, unsigned Reg1, int16_t Imm, SMLoc IDLoc, const MCSubtargetInfo *STI); - void emitRRIII(unsigned Opcode, unsigned Reg0, unsigned Reg1, int16_t Imm0, - int16_t Imm1, int16_t Imm2, SMLoc IDLoc, - const MCSubtargetInfo *STI); void emitAddu(unsigned DstReg, unsigned SrcReg, unsigned TrgReg, bool Is64Bit, const MCSubtargetInfo *STI); void emitDSLL(unsigned DstReg, unsigned SrcReg, int16_t ShiftAmount, |