Disable debug mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123443 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2011-01-14 15:55:50 +00:00
parent c087e20331
commit 3f84a4537d

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;