From d8c2e42aeff8bdb3ac905b4721b3d3ca1f904cfa Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 12 Jul 2001 23:35:26 +0000 Subject: Add DebugValue member. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/AsmWriter.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/VMCore/AsmWriter.cpp b/lib/VMCore/AsmWriter.cpp index d84cba0752..5a4e6f5557 100644 --- a/lib/VMCore/AsmWriter.cpp +++ b/lib/VMCore/AsmWriter.cpp @@ -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; -- cgit v1.2.3