[llvm-commits] CVS: llvm/lib/Reoptimizer/LightWtProfiling/Trigger/GetTimer.h
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Aug 18 15:35:04 PDT 2003
Changes in directory llvm/lib/Reoptimizer/LightWtProfiling/Trigger:
GetTimer.h updated: 1.5 -> 1.6
---
Log message:
Note that GET_ALL_INFO has been superseded by -debug. (I'll clean this
up later.)
---
Diffs of the changes:
Index: llvm/lib/Reoptimizer/LightWtProfiling/Trigger/GetTimer.h
diff -u llvm/lib/Reoptimizer/LightWtProfiling/Trigger/GetTimer.h:1.5 llvm/lib/Reoptimizer/LightWtProfiling/Trigger/GetTimer.h:1.6
--- llvm/lib/Reoptimizer/LightWtProfiling/Trigger/GetTimer.h:1.5 Thu Aug 7 23:13:23 2003
+++ llvm/lib/Reoptimizer/LightWtProfiling/Trigger/GetTimer.h Mon Aug 18 15:33:34 2003
@@ -10,7 +10,8 @@
// When this is defined, the reoptimizer prints out lots of debugging
// information. (We can't easily pass arguments such as -debug to the
// reoptimizer as with other LLVM tools, so we use this for now.)
-#define GET_ALL_INFO
+// #define GET_ALL_INFO
+// Use -debug instead!
// FIXME: What does this do?
// #undef GET_COVERAGE
More information about the llvm-commits
mailing list