Skip to content

Commit

Permalink
[AMDGPU] Remove dead declaration (NFC).
Browse files Browse the repository at this point in the history
  • Loading branch information
cdevadas committed May 25, 2021
1 parent eff269f commit e3b8e6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
Expand Up @@ -110,8 +110,6 @@ class AMDGPULegalizerInfo final : public LegalizerInfo {
Register DstRemReg, Register Numer,
Register Denom) const;

bool legalizeUDIV_UREM64(MachineInstr &MI, MachineRegisterInfo &MRI,
MachineIRBuilder &B) const;
bool legalizeSignedDIV_REM(MachineInstr &MI, MachineRegisterInfo &MRI,
MachineIRBuilder &B) const;

Expand Down

0 comments on commit e3b8e6d

Please sign in to comment.