From e7f46c3db3fc6d325cd6275e970bf9b89b2a22d9 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Thu, 7 Feb 2019 20:54:09 +0000 Subject: [InstCombine] refactor folds for (icmp (bitcast X), Y); NFCI llvm-svn: 353462 --- llvm/lib/Transforms/InstCombine/InstCombineInternal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/Transforms/InstCombine/InstCombineInternal.h') diff --git a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h index 35876a63bcc..11993a46323 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h +++ b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h @@ -865,8 +865,6 @@ private: Instruction *foldICmpSelectConstant(ICmpInst &Cmp, SelectInst *Select, ConstantInt *C); - Instruction *foldICmpBitCastConstant(ICmpInst &Cmp, BitCastInst *Bitcast, - const APInt &C); Instruction *foldICmpTruncConstant(ICmpInst &Cmp, TruncInst *Trunc, const APInt &C); Instruction *foldICmpAndConstant(ICmpInst &Cmp, BinaryOperator *And, -- cgit v1.2.3