[InstCombine] Remove orphan InstCombinerImpl method declarations. NFCI.

This commit is contained in:
Simon Pilgrim 2020-11-04 17:34:08 +00:00
parent 23657d9cc3
commit 4b2be681f4

View File

@ -97,9 +97,7 @@ public:
Instruction *visitSRem(BinaryOperator &I);
Instruction *visitFRem(BinaryOperator &I);
bool simplifyDivRemOfSelectWithZeroOp(BinaryOperator &I);
Instruction *commonRemTransforms(BinaryOperator &I);
Instruction *commonIRemTransforms(BinaryOperator &I);
Instruction *commonDivTransforms(BinaryOperator &I);
Instruction *commonIDivTransforms(BinaryOperator &I);
Instruction *visitUDiv(BinaryOperator &I);
Instruction *visitSDiv(BinaryOperator &I);