diff options
Diffstat (limited to 'llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h')
-rw-r--r-- | llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h b/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h index 499d8f380de..00cca149da2 100644 --- a/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h +++ b/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h @@ -13,7 +13,9 @@ #include <iostream> #include <vector> -#define DEBUG_PRINT(x) x +//#define DEBUG_PRINT(x) x + +#define DEBUG_PRINT(x) // for debug information selecton enum ModuloSchedDebugLevel_t { @@ -98,6 +100,7 @@ public: // Debug functions: // Dump the schedule and core schedule void dumpScheduling(); + void dumpFinalSchedule(); // Dump the input vector of nodes // sch: the input vector of nodes |