[llvm] 4b2be68 - [InstCombine] Remove orphan InstCombinerImpl method declarations. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 02:40:24 PST 2020


Author: Simon Pilgrim
Date: 2020-11-05T10:13:16Z
New Revision: 4b2be681f4ea475dfdbbb2dab1395eb5d088ebc7

URL: https://github.com/llvm/llvm-project/commit/4b2be681f4ea475dfdbbb2dab1395eb5d088ebc7
DIFF: https://github.com/llvm/llvm-project/commit/4b2be681f4ea475dfdbbb2dab1395eb5d088ebc7.diff

LOG: [InstCombine] Remove orphan InstCombinerImpl method declarations. NFCI.

Added: 
    

Modified: 
    llvm/lib/Transforms/InstCombine/InstCombineInternal.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
index 6489327e9b84..6c18d217c385 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
+++ b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
@@ -97,9 +97,7 @@ class LLVM_LIBRARY_VISIBILITY InstCombinerImpl final
   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);


        


More information about the llvm-commits mailing list