forked from OSchip/llvm-project
Remove a stray dump().
<rdar://problem/28635530> llvm-svn: 283604
This commit is contained in:
parent
311a4f0a00
commit
8f04805c9f
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue