Add DebugValue member.
llvm-svn: 175
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user