Disable debug mode.

llvm-svn: 123443
This commit is contained in:
Devang Patel 2011-01-14 15:55:50 +00:00
parent d6f1a9584d
commit 610c41e7b0
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@
#include "llvm/Support/Valgrind.h"
#include "llvm/LinkAllVMCore.h"
// Enable this macro to debug bugpoint itself.
#define DEBUG_BUGPOINT 0
//Enable this macro to debug bugpoint itself.
//#define DEBUG_BUGPOINT 1
using namespace llvm;