mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-28 22:24:28 +00:00
add some comments
add a function ModuloScheduling::dumpFinalSchedule() to print out final schedule git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6677 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user