mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-10 06:24:58 +00:00
Fix comment to reflect the new EH stuff.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141218 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6e39290baf
commit
2130ab0131
@ -854,7 +854,7 @@ bool SjLjEHPass::setupEntryBlockAndCallSites(Function &F) {
|
||||
CallInst::Create(FuncCtxFn, FuncCtxArg, "", EntryBB->getTerminator());
|
||||
|
||||
// At this point, we are all set up, update the invoke instructions to mark
|
||||
// their call_site values, and fill in the dispatch switch accordingly.
|
||||
// their call_site values.
|
||||
for (unsigned I = 0, E = Invokes.size(); I != E; ++I) {
|
||||
insertCallSiteStore(Invokes[I], I + 1, CallSite);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user