1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

Don't dump the function!

llvm-svn: 46320
This commit is contained in:
Chris Lattner 2008-01-24 19:28:11 +00:00
parent 2c3646ea4a
commit 6dfec0fb0e

View File

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