Debug Info Verifier: disable it by default.
[oota-llvm.git] / lib / IR / Verifier.cpp
index 3331a37defd92df3ebc50b1b4adda88b773fcd0d..0bcb118ecad6fbad102f631b8d3ccf043718d1a8 100644 (file)
@@ -78,7 +78,7 @@
 using namespace llvm;
 
 static cl::opt<bool> DisableDebugInfoVerifier("disable-debug-info-verifier",
-                                              cl::init(false));
+                                              cl::init(true));
 
 namespace {  // Anonymous namespace for class
   struct PreVerifier : public FunctionPass {