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:
24527fd
)
Remove support for printing strings from the cached writer
author
Chris Lattner
<sabre@nondot.org>
Fri, 4 Jun 2004 20:34:51 +0000
(20:34 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 4 Jun 2004 20:34:51 +0000
(20:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14023
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Assembly/CachedWriter.h
patch
|
blob
|
history
diff --git
a/include/llvm/Assembly/CachedWriter.h
b/include/llvm/Assembly/CachedWriter.h
index b3f572feb34e7c5a46e3c9b330858688a3fe2316..b3f964de5a473fa564ea047c341d145c01ce17b9 100644
(file)
--- a/
include/llvm/Assembly/CachedWriter.h
+++ b/
include/llvm/Assembly/CachedWriter.h
@@
-70,10
+70,6
@@
public:
*Out << X;
return *this;
}
*Out << X;
return *this;
}
- inline CachedWriter& operator<<(const std::string &X) {
- *Out << X;
- return *this;
- }
inline CachedWriter &operator<<(enum TypeWriter tw) {
SymbolicTypes = (tw == SymTypeOn);
inline CachedWriter &operator<<(enum TypeWriter tw) {
SymbolicTypes = (tw == SymTypeOn);