diff options
Diffstat (limited to 'llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h')
-rw-r--r-- | llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h b/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h index 2ea58e496cb..8cedda6a706 100644 --- a/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h +++ b/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h @@ -14,8 +14,11 @@ namespace llvm { class AMDGPUSubtarget; class AsmPrinter; +class MachineBasicBlock; class MachineInstr; +class MachineOperand; class MCContext; +class MCExpr; class MCInst; class AMDGPUMCInstLower { @@ -23,6 +26,9 @@ class AMDGPUMCInstLower { const AMDGPUSubtarget &ST; const AsmPrinter ≈ + const MCExpr *getLongBranchBlockExpr(const MachineBasicBlock &SrcBB, + const MachineOperand &MO) const; + public: AMDGPUMCInstLower(MCContext &ctx, const AMDGPUSubtarget &ST, const AsmPrinter &AP); |