summaryrefslogtreecommitdiff
path: root/lib/Transforms/InstCombine/InstCombine.h
diff options
context:
space:
mode:
authorFrits van Bommel <fvbommel@gmail.com>2011-01-29 15:26:31 +0000
committerFrits van Bommel <fvbommel@gmail.com>2011-01-29 15:26:31 +0000
commit1fca2c32cc99197215d3fd32a4ad05214c74edd1 (patch)
tree9f358ce4aed7f898391854c5310aa5a6aaaf68ee /lib/Transforms/InstCombine/InstCombine.h
parent9136782d273cd45b6f19a7d0cc0d146d0791bac9 (diff)
downloadllvm-1fca2c32cc99197215d3fd32a4ad05214c74edd1.tar.gz
llvm-1fca2c32cc99197215d3fd32a4ad05214c74edd1.tar.bz2
llvm-1fca2c32cc99197215d3fd32a4ad05214c74edd1.tar.xz
Move InstCombine's knowledge of fdiv to SimplifyInstruction().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124534 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/InstCombine/InstCombine.h')
-rw-r--r--lib/Transforms/InstCombine/InstCombine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/InstCombine/InstCombine.h b/lib/Transforms/InstCombine/InstCombine.h
index 450e7f0a39..ef49790d14 100644
--- a/lib/Transforms/InstCombine/InstCombine.h
+++ b/lib/Transforms/InstCombine/InstCombine.h
@@ -118,7 +118,6 @@ public:
Instruction *commonIDivTransforms(BinaryOperator &I);
Instruction *visitUDiv(BinaryOperator &I);
Instruction *visitSDiv(BinaryOperator &I);
- Instruction *visitFDiv(BinaryOperator &I);
Value *FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS);
Value *FoldAndOfFCmps(FCmpInst *LHS, FCmpInst *RHS);
Instruction *visitAnd(BinaryOperator &I);