projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a9ec24
)
Back out last revision which should not have been committed (yet).
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 28 Aug 2006 01:08:45 +0000
(
01:08
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 28 Aug 2006 01:08:45 +0000
(
01:08
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29935
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Assembly/Writer.h
patch
|
blob
|
history
diff --git
a/include/llvm/Assembly/Writer.h
b/include/llvm/Assembly/Writer.h
index 8b96d0db15a874b9bb571807f74014d4842b8f00..c8c09e809eb343ba104325fbc9f83411be3b8469 100644
(file)
--- 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