Add DebugValue member.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2001-07-12 23:35:26 +00:00
parent ec0c497877
commit d8c2e42aef

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;