diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/VMCore/ConstantFold.h | 5 | ||||
-rw-r--r-- | lib/VMCore/ConstantFolding.h | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/lib/VMCore/ConstantFold.h b/lib/VMCore/ConstantFold.h index 27eed8a..3b88699 100644 --- a/lib/VMCore/ConstantFold.h +++ b/lib/VMCore/ConstantFold.h @@ -223,11 +223,6 @@ inline ConstantBool *operator<=(const Constant &V1, // Implement higher level instruction folding type instructions //===----------------------------------------------------------------------===// -// ConstantFoldInstruction - Attempt to constant fold the specified instruction. -// If successful, the constant result is returned, if not, null is returned. -// -Constant *ConstantFoldInstruction(Instruction *I); - // Constant fold various types of instruction... Constant *ConstantFoldCastInstruction(const Constant *V, const Type *DestTy); Constant *ConstantFoldBinaryInstruction(unsigned Opcode, const Constant *V1, diff --git a/lib/VMCore/ConstantFolding.h b/lib/VMCore/ConstantFolding.h index 27eed8a..3b88699 100644 --- a/lib/VMCore/ConstantFolding.h +++ b/lib/VMCore/ConstantFolding.h @@ -223,11 +223,6 @@ inline ConstantBool *operator<=(const Constant &V1, // Implement higher level instruction folding type instructions //===----------------------------------------------------------------------===// -// ConstantFoldInstruction - Attempt to constant fold the specified instruction. -// If successful, the constant result is returned, if not, null is returned. -// -Constant *ConstantFoldInstruction(Instruction *I); - // Constant fold various types of instruction... Constant *ConstantFoldCastInstruction(const Constant *V, const Type *DestTy); Constant *ConstantFoldBinaryInstruction(unsigned Opcode, const Constant *V1, |