summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h
diff options
context:
space:
mode:
authorGuochun Shi <gshi1@uiuc.edu>2003-06-10 20:04:30 +0000
committerGuochun Shi <gshi1@uiuc.edu>2003-06-10 20:04:30 +0000
commitc40f66c9283644f615be4cca425312c3dc0f34e5 (patch)
tree62b5f7a1f176a52f736cad629dda682876e917aa /llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h
parentf6b88e55ede173fcdb7658ee49f4e4391122d200 (diff)
downloadbcm5719-llvm-c40f66c9283644f615be4cca425312c3dc0f34e5.tar.gz
bcm5719-llvm-c40f66c9283644f615be4cca425312c3dc0f34e5.zip
add some comments
add a function ModuloScheduling::dumpFinalSchedule() to print out final schedule llvm-svn: 6677
Diffstat (limited to 'llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h')
-rw-r--r--llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h5
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
OpenPOWER on IntegriCloud