mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-27 03:48:33 +00:00
Add DebugValue member.
llvm-svn: 175
This commit is contained in:
parent
5f904ea839
commit
2e9fee4702
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user