mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-23 05:52:40 +00:00
Add DebugValue member.
llvm-svn: 175
This commit is contained in:
parent
5df9510721
commit
fcdbcb6ac1
@ -19,6 +19,11 @@
|
|||||||
#include "llvm/iOther.h"
|
#include "llvm/iOther.h"
|
||||||
#include "llvm/iMemory.h"
|
#include "llvm/iMemory.h"
|
||||||
|
|
||||||
|
void DebugValue(const Value *V) {
|
||||||
|
cerr << V << endl;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
class AssemblyWriter : public ModuleAnalyzer {
|
class AssemblyWriter : public ModuleAnalyzer {
|
||||||
ostream &Out;
|
ostream &Out;
|
||||||
SlotCalculator &Table;
|
SlotCalculator &Table;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user