[llvm-commits] CVS: llvm/lib/Reoptimizer/LightWtProfiling/Trigger/GetTimer.h
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Aug 18 23:02:10 PDT 2003
Changes in directory llvm/lib/Reoptimizer/LightWtProfiling/Trigger:
GetTimer.h updated: 1.6 -> 1.7
---
Log message:
Remove some #defines for which the implementations have gone POOF!
---
Diffs of the changes:
Index: llvm/lib/Reoptimizer/LightWtProfiling/Trigger/GetTimer.h
diff -u llvm/lib/Reoptimizer/LightWtProfiling/Trigger/GetTimer.h:1.6 llvm/lib/Reoptimizer/LightWtProfiling/Trigger/GetTimer.h:1.7
--- llvm/lib/Reoptimizer/LightWtProfiling/Trigger/GetTimer.h:1.6 Mon Aug 18 15:33:34 2003
+++ llvm/lib/Reoptimizer/LightWtProfiling/Trigger/GetTimer.h Mon Aug 18 22:59:17 2003
@@ -7,15 +7,6 @@
#ifndef GETTIMER_H
#define GETTIMER_H
-// 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
-// Use -debug instead!
-
-// FIXME: What does this do?
-// #undef GET_COVERAGE
-
// Tunable parameters
// FIXME: What do they do? (see thesis?)
#define MAX_PATH_HISTORIES 12
More information about the llvm-commits
mailing list