mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Don't dump the function!
llvm-svn: 46320
This commit is contained in:
parent
2c3646ea4a
commit
6dfec0fb0e
@ -426,8 +426,6 @@ bool ShadowStackCollector::performCustomLowering(Function &F) {
|
||||
Roots[I].second->eraseFromParent();
|
||||
}
|
||||
|
||||
F.dump();
|
||||
|
||||
Roots.clear();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user