Skip to content

Commit 99e497a

Browse files
committed
remove unused function
1 parent 61c54ee commit 99e497a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4710,11 +4710,6 @@ getLastSameOrNeg(const MachineOperand *Op, const MachineRegisterInfo &MRI,
47104710
return LastSameOrNeg;
47114711
}
47124712

4713-
static bool isInlinableFPConstant(const MachineOperand &Op,
4714-
const SIInstrInfo &TII) {
4715-
return TII.isInlineConstant(Op.getFPImm()->getValueAPF());
4716-
}
4717-
47184713
static bool isSameBitWidth(const MachineOperand *Op1, const MachineOperand *Op2,
47194714
const MachineRegisterInfo &MRI) {
47204715
unsigned Width1 = MRI.getType(Op1->getReg()).getSizeInBits();

0 commit comments

Comments
 (0)