diff options
Diffstat (limited to 'llvm/lib/Target/R600/SIInstrInfo.h')
-rw-r--r-- | llvm/lib/Target/R600/SIInstrInfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/R600/SIInstrInfo.h b/llvm/lib/Target/R600/SIInstrInfo.h index 62140086bb6..a9aa99fc227 100644 --- a/llvm/lib/Target/R600/SIInstrInfo.h +++ b/llvm/lib/Target/R600/SIInstrInfo.h @@ -349,10 +349,6 @@ namespace AMDGPU { int getVOPe32(uint16_t Opcode); int getCommuteRev(uint16_t Opcode); int getCommuteOrig(uint16_t Opcode); - - int getCommuteCmpRev(uint16_t Opcode); - int getCommuteCmpOrig(uint16_t Opcode); - int getAddr64Inst(uint16_t Opcode); int getAtomicRetOp(uint16_t Opcode); int getAtomicNoRetOp(uint16_t Opcode); |