From 1ecd0e022819989a71cc8e7d8d1893b70b34e0e7 Mon Sep 17 00:00:00 2001 From: Guochun Shi Date: Sun, 8 Jun 2003 20:40:47 +0000 Subject: change DEBUG to DEBUG_PRINT llvm-svn: 6672 --- llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h') diff --git a/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h b/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h index 5e1e53ebf34..cbb8feacaa9 100644 --- a/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h +++ b/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h @@ -13,6 +13,8 @@ #include #include +#define DEBUG_PRINT(x) x + // for debug information selecton enum ModuloSchedDebugLevel_t { ModuloSchedDebugLevel_NoDebugInfo, -- cgit v1.2.3