aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Assembly
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Assembly')
-rw-r--r--include/llvm/Assembly/Writer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Assembly/Writer.h b/include/llvm/Assembly/Writer.h
index 8b96d0d..c8c09e8 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