Move prototype of llvm::ConstantFoldInstruction

llvm-svn: 10786
This commit is contained in:
Chris Lattner 2004-01-12 18:25:44 +00:00
parent fc6c859a0c
commit aecd3e8a10
1 changed files with 0 additions and 5 deletions

View File

@ -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,