diff options
author | Frits van Bommel <fvbommel@gmail.com> | 2011-01-29 15:26:31 +0000 |
---|---|---|
committer | Frits van Bommel <fvbommel@gmail.com> | 2011-01-29 15:26:31 +0000 |
commit | c2549661af0b4f5b4e9564f9e90e5ddcf7c68d2d (patch) | |
tree | 19f0cd373fccfe13c23db6f4b2039ff5e62c8f32 /llvm/lib/Transforms/InstCombine/InstCombine.h | |
parent | 2e9e4f1be3f99a3fb315da03b49ab5569cb6dacd (diff) | |
download | bcm5719-llvm-c2549661af0b4f5b4e9564f9e90e5ddcf7c68d2d.tar.gz bcm5719-llvm-c2549661af0b4f5b4e9564f9e90e5ddcf7c68d2d.zip |
Move InstCombine's knowledge of fdiv to SimplifyInstruction().
llvm-svn: 124534
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombine.h')
-rw-r--r-- | llvm/lib/Transforms/InstCombine/InstCombine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombine.h b/llvm/lib/Transforms/InstCombine/InstCombine.h index 450e7f0a398..ef49790d148 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombine.h +++ b/llvm/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); |