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:
ec0c497
)
Add DebugValue member.
author
Chris Lattner
<sabre@nondot.org>
Thu, 12 Jul 2001 23:35:26 +0000
(23:35 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 12 Jul 2001 23:35:26 +0000
(23:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/AsmWriter.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/AsmWriter.cpp
b/lib/VMCore/AsmWriter.cpp
index d84cba0752bb525778e3a907726e93ff6930f8ea..5a4e6f5557769e5f50b9fcd9b83f0b525f45428d 100644
(file)
--- a/
lib/VMCore/AsmWriter.cpp
+++ b/
lib/VMCore/AsmWriter.cpp
@@
-19,6
+19,11
@@
#include "llvm/iOther.h"
#include "llvm/iMemory.h"
+void DebugValue(const Value *V) {
+ cerr << V << endl;
+}
+
+
class AssemblyWriter : public ModuleAnalyzer {
ostream &Out;
SlotCalculator &Table;