Program Listing for File DebugTool.h

Program Listing for File DebugTool.h#

Return to documentation for file (src/midend/programAnalysis/staticInterproceduralSlicing/DebugTool.h)

#ifdef DEBUG
#define VERBOSE_DEBUG_BLOCK(x) {x}
#define VERBOSE_DEBUG_STMT(x) x
#else
#define VERBOSE_DEBUG_BLOCK(x)
#define VERBOSE_DEBUG_STMT(x)
#endif