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:
b144fb8
)
Made it not inline
author
Chris Lattner
<sabre@nondot.org>
Thu, 12 Jul 2001 23:35:11 +0000
(23:35 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 12 Jul 2001 23:35:11 +0000
(23:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174
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 6c7addd283f8460ea2fe0ffe8fbb36f6ce114c08..da247f6b51e2591f83638ab155b69be941aef6e6 100644
(file)
--- a/
include/llvm/Assembly/Writer.h
+++ b/
include/llvm/Assembly/Writer.h
@@
-88,8
+88,6
@@
inline ostream &operator<<(ostream &o, const Value *I) {
return o;
}
-inline void DebugValue(const Value *V) {
- cerr << V << endl;
-}
+void DebugValue(const Value *V);
#endif