split call handling out to InstCombineCalls.cpp
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombine.h
index 7e20be41af67aecb04a112b6775d5ff5c1fe8d30..e6ad1c73c25256e9d537f89a64c59289011f9969 100644 (file)
@@ -195,6 +195,7 @@ public:
 private:
   bool ShouldChangeType(const Type *From, const Type *To) const;
   Value *dyn_castNegVal(Value *V) const;
+  Value *dyn_castFNegVal(Value *V) const;
   const Type *FindElementAtOffset(const Type *Ty, int64_t Offset, 
                                   SmallVectorImpl<Value*> &NewIndices);
   Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);