diff options
author | Guochun Shi <gshi1@uiuc.edu> | 2003-06-08 20:40:47 +0000 |
---|---|---|
committer | Guochun Shi <gshi1@uiuc.edu> | 2003-06-08 20:40:47 +0000 |
commit | 33280524f4882a3e6a7fa011a62595ba3a65c8ec (patch) | |
tree | f8c857c7e3ce9615dc9005d0798b06656e91de22 /lib/CodeGen/ModuloScheduling/ModuloScheduling.h | |
parent | 74e91b247484c7b8ee0f67391e302f6bd56d996f (diff) |
change DEBUG to DEBUG_PRINT
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6672 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ModuloScheduling/ModuloScheduling.h')
-rw-r--r-- | lib/CodeGen/ModuloScheduling/ModuloScheduling.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/ModuloScheduling/ModuloScheduling.h b/lib/CodeGen/ModuloScheduling/ModuloScheduling.h index 5e1e53ebf3..cbb8feacaa 100644 --- a/lib/CodeGen/ModuloScheduling/ModuloScheduling.h +++ b/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, |