[llvm-commits] [llvm] r141218 - /llvm/trunk/lib/CodeGen/SjLjEHPrepare.cpp
Bill Wendling
isanbard at gmail.com
Wed Oct 5 15:04:09 PDT 2011
Author: void
Date: Wed Oct 5 17:04:08 2011
New Revision: 141218
URL: http://llvm.org/viewvc/llvm-project?rev=141218&view=rev
Log:
Fix comment to reflect the new EH stuff.
Modified:
llvm/trunk/lib/CodeGen/SjLjEHPrepare.cpp
Modified: llvm/trunk/lib/CodeGen/SjLjEHPrepare.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SjLjEHPrepare.cpp?rev=141218&r1=141217&r2=141218&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SjLjEHPrepare.cpp (original)
+++ llvm/trunk/lib/CodeGen/SjLjEHPrepare.cpp Wed Oct 5 17:04:08 2011
@@ -854,7 +854,7 @@
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);
More information about the llvm-commits
mailing list