1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

Add DebugValue member.

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

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;