summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2019-02-07 20:54:09 +0000
committerSanjay Patel <spatel@rotateright.com>2019-02-07 20:54:09 +0000
commite7f46c3db3fc6d325cd6275e970bf9b89b2a22d9 (patch)
tree3acee8e1a061a532752d2fa4b3e7bceda8acb195 /llvm/lib/Transforms/InstCombine/InstCombineInternal.h
parentba5acbc4feb668c05cba87281cd8f6c4db824987 (diff)
downloadbcm5719-llvm-e7f46c3db3fc6d325cd6275e970bf9b89b2a22d9.tar.gz
bcm5719-llvm-e7f46c3db3fc6d325cd6275e970bf9b89b2a22d9.zip
[InstCombine] refactor folds for (icmp (bitcast X), Y); NFCI
llvm-svn: 353462
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombineInternal.h')
-rw-r--r--llvm/lib/Transforms/InstCombine/InstCombineInternal.h2
1 files changed, 0 insertions, 2 deletions
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,
OpenPOWER on IntegriCloud