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:
5650467
)
Remove debugging output stuff
author
Chris Lattner
<sabre@nondot.org>
Wed, 19 Sep 2001 14:08:25 +0000
(14:08 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 19 Sep 2001 14:08:25 +0000
(14:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@641
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Value.h
patch
|
blob
|
history
diff --git
a/include/llvm/Value.h
b/include/llvm/Value.h
index 8af91e85edfb3a22f459ccb7e676666c0dd4e941..7d214e2ab49d712b21554d65a58e850cd5e5aefc 100644
(file)
--- a/
include/llvm/Value.h
+++ b/
include/llvm/Value.h
@@
-198,11
+198,4
@@
public:
typedef UseTy<Value> Use;
-//----------------------------------------------------------------------
-// Debugging support for class Value and its subclasses.
-//
-
-void DebugValue(const Value *V);
-void DebugValue(const Value &V);
-
#endif