[InstCombine] Remove orphan InstCombinerImpl method declarations. NFCI.
This commit is contained in:
parent
23657d9cc3
commit
4b2be681f4
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user