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:
parent
2c3646ea4a
commit
6dfec0fb0e
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user