diff options
Diffstat (limited to 'llvm/lib/Target/AMDGPU/SIInstrInfo.h')
| -rw-r--r-- | llvm/lib/Target/AMDGPU/SIInstrInfo.h | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/llvm/lib/Target/AMDGPU/SIInstrInfo.h b/llvm/lib/Target/AMDGPU/SIInstrInfo.h index 3ff35da0b96..2e629c47256 100644 --- a/llvm/lib/Target/AMDGPU/SIInstrInfo.h +++ b/llvm/lib/Target/AMDGPU/SIInstrInfo.h @@ -963,6 +963,12 @@ public:                                      const DebugLoc &DL,                                      unsigned DestReg) const; +  MachineInstrBuilder getAddNoCarry(MachineBasicBlock &MBB, +                                    MachineBasicBlock::iterator I, +                                    const DebugLoc &DL, +                                    Register DestReg, +                                    RegScavenger &RS) const; +    static bool isKillTerminator(unsigned Opcode);    const MCInstrDesc &getKillTerminatorFromPseudo(unsigned Opcode) const; | 

