Don't dump the function!

llvm-svn: 46320
This commit is contained in:
Chris Lattner 2008-01-24 19:28:11 +00:00
parent fa8062c162
commit 8d83271b25
1 changed files with 0 additions and 2 deletions

View File

@ -426,8 +426,6 @@ bool ShadowStackCollector::performCustomLowering(Function &F) {
Roots[I].second->eraseFromParent();
}
F.dump();
Roots.clear();
return true;
}