forked from OSchip/llvm-project
[AMDGPU] Remove unused declaration eliminateDeadBranchOperands (NFC)
This commit is contained in:
parent
6a5f743772
commit
309357c01a
|
@ -1125,8 +1125,6 @@ private:
|
||||||
|
|
||||||
void transformSimpleIfRegion(RegionMRT *Region);
|
void transformSimpleIfRegion(RegionMRT *Region);
|
||||||
|
|
||||||
void eliminateDeadBranchOperands(MachineBasicBlock::instr_iterator &II);
|
|
||||||
|
|
||||||
void insertUnconditionalBranch(MachineBasicBlock *MBB,
|
void insertUnconditionalBranch(MachineBasicBlock *MBB,
|
||||||
MachineBasicBlock *Dest,
|
MachineBasicBlock *Dest,
|
||||||
const DebugLoc &DL = DebugLoc());
|
const DebugLoc &DL = DebugLoc());
|
||||||
|
|
Loading…
Reference in New Issue