Removed some debugging cruft.

llvm-svn: 164572
This commit is contained in:
Sean Callanan 2012-09-24 23:11:56 +00:00
parent 361ca34270
commit c2bd8c2158
1 changed files with 0 additions and 3 deletions

View File

@ -201,9 +201,6 @@ ClangExpressionParser::ClangExpressionParser (ExecutionContextScope *exe_scope,
}
} InitializeLLVM;
llvm::setCurrentDebugType("internalize");
llvm::DebugFlag = true;
// 1. Create a new compiler instance.
m_compiler.reset(new CompilerInstance());