[llvm-commits] CVS: reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Jan 26 13:20:02 PST 2004
Changes in directory reopt/lib/LightWtProfiling:
UnpackTraceFunction.cpp updated: 1.32 -> 1.33
---
Log message:
Include Support/Debug.h so I can use the handy-dandy DEBUG() macro.
---
Diffs of the changes: (+1 -0)
Index: reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp
diff -u reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp:1.32 reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp:1.33
--- reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp:1.32 Thu Jan 22 16:54:06 2004
+++ reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp Mon Jan 26 13:19:44 2004
@@ -23,6 +23,7 @@
#include "llvm/IntrinsicLowering.h"
#include "llvm/Module.h"
#include "llvm/Support/InstIterator.h"
+#include "Support/Debug.h"
#include "reopt/MappingInfo.h"
namespace llvm {
More information about the llvm-commits
mailing list