From: Reid Spencer Date: Mon, 28 Aug 2006 01:08:45 +0000 (+0000) Subject: Back out last revision which should not have been committed (yet). X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6118eefe991db73eb1dee56b5bd7c4d1ffa75c16;p=oota-llvm.git 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 --- diff --git a/include/llvm/Assembly/Writer.h b/include/llvm/Assembly/Writer.h index 8b96d0db15a..c8c09e809eb 100644 --- a/include/llvm/Assembly/Writer.h +++ b/include/llvm/Assembly/Writer.h @@ -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