summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombine.h
diff options
context:
space:
mode:
authorFrits van Bommel <fvbommel@gmail.com>2011-01-29 17:50:27 +0000
committerFrits van Bommel <fvbommel@gmail.com>2011-01-29 17:50:27 +0000
commit2a55951d08d130845d111c87bc0fc87c6ad18b8f (patch)
treeb89b8d2eba7e80a5c327e71c4a2521ddf76ced30 /llvm/lib/Transforms/InstCombine/InstCombine.h
parentc2549661af0b4f5b4e9564f9e90e5ddcf7c68d2d (diff)
downloadbcm5719-llvm-2a55951d08d130845d111c87bc0fc87c6ad18b8f.tar.gz
bcm5719-llvm-2a55951d08d130845d111c87bc0fc87c6ad18b8f.zip
Call SimplifyFDivInst() in InstCombiner::visitFDiv().
llvm-svn: 124535
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombine.h')
-rw-r--r--llvm/lib/Transforms/InstCombine/InstCombine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombine.h b/llvm/lib/Transforms/InstCombine/InstCombine.h
index ef49790d148..450e7f0a398 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombine.h
+++ b/llvm/lib/Transforms/InstCombine/InstCombine.h
@@ -118,6 +118,7 @@ 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);
OpenPOWER on IntegriCloud