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:
4932a5a
)
remove unused api
author
Chris Lattner
<sabre@nondot.org>
Wed, 6 Dec 2006 05:55:44 +0000
(
05:55
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 6 Dec 2006 05:55:44 +0000
(
05:55
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32261
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 c8c09e809eb343ba104325fbc9f83411be3b8469..9ddb45e1cdf3dfa7ab4a46a829960ed2269d4c58 100644
(file)
--- a/
include/llvm/Assembly/Writer.h
+++ b/
include/llvm/Assembly/Writer.h
@@
-40,9
+40,6
@@
std::ostream &WriteTypeSymbolic(std::ostream &, const Type *, const Module *M);
std::ostream &WriteAsOperand(std::ostream &, const Value *, bool PrintTy = true,
bool PrintName = true, const Module *Context = 0);
-std::ostream &WriteAsOperand(std::ostream&, const Type*, bool PrintTy = true,
- bool PrintName = true, const Module* Context = 0);
-
} // End llvm namespace
#endif