Back out last revision which should not have been committed (yet).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29935 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2006-08-28 01:08:45 +00:00
parent 3a9ec2463d
commit 6118eefe99

View File

@ -43,10 +43,6 @@ std::ostream &WriteAsOperand(std::ostream &, const Value *, bool PrintTy = true,
std::ostream &WriteAsOperand(std::ostream&, const Type*, bool PrintTy = true,
bool PrintName = true, const Module* Context = 0);
#ifndef NDEBUG
void dumpType(const Type* Ty);
void dumpValue(const Value* Val);
#endif
} // End llvm namespace
#endif