Add DebugValue member.

llvm-svn: 175
This commit is contained in:
Chris Lattner 2001-07-12 23:35:26 +00:00
parent 5f904ea839
commit 2e9fee4702

View file

@ -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;