Fix comment to reflect the new EH stuff.
authorBill Wendling <isanbard@gmail.com>
Wed, 5 Oct 2011 22:04:08 +0000 (22:04 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 5 Oct 2011 22:04:08 +0000 (22:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141218 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SjLjEHPrepare.cpp

index 6b91935969f7bc02ca737cf80021bd51141d87e3..e5ced3e6ae575f4557476a640109c0ed9f5ed17c 100644 (file)
@@ -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);