Remove a stray dump().

<rdar://problem/28635530>

llvm-svn: 283604
This commit is contained in:
Sean Callanan 2016-10-07 21:25:29 +00:00
parent 311a4f0a00
commit 8f04805c9f
1 changed files with 0 additions and 2 deletions

View File

@ -1023,8 +1023,6 @@ void IRExecutionUnit::GetStaticInitializers(
3); // this is standardized
if (llvm::Function *ctor_function =
llvm::dyn_cast<llvm::Function>(ctor_struct->getOperand(1))) {
ctor_function->dump();
ConstString ctor_function_name_cs(ctor_function->getName().str());
for (JittedFunction &jitted_function : m_jitted_functions) {