aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h
diff options
context:
space:
mode:
authorGuochun Shi <gshi1@uiuc.edu>2003-06-08 20:40:47 +0000
committerGuochun Shi <gshi1@uiuc.edu>2003-06-08 20:40:47 +0000
commit1ecd0e022819989a71cc8e7d8d1893b70b34e0e7 (patch)
tree06d1099b4b6cbf2247824a376a36bc57b65486e2 /llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h
parent6a8642cc7ef1c48d0e2cff145c2f579dc1af805d (diff)
downloadllvm-1ecd0e022819989a71cc8e7d8d1893b70b34e0e7.zip
llvm-1ecd0e022819989a71cc8e7d8d1893b70b34e0e7.tar.gz
llvm-1ecd0e022819989a71cc8e7d8d1893b70b34e0e7.tar.bz2
change DEBUG to DEBUG_PRINT
llvm-svn: 6672
Diffstat (limited to 'llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h')
-rw-r--r--llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h b/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h
index 5e1e53e..cbb8fea 100644
--- a/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h
+++ b/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h
@@ -13,6 +13,8 @@
#include <iostream>
#include <vector>
+#define DEBUG_PRINT(x) x
+
// for debug information selecton
enum ModuloSchedDebugLevel_t {
ModuloSchedDebugLevel_NoDebugInfo,