1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

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

llvm-svn: 29935
This commit is contained in:
Reid Spencer 2006-08-28 01:08:45 +00:00
parent 2567610703
commit 959705759f

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