[llvm-commits] [llvm] r81138 - /llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp

Eric Christopher echristo at apple.com
Sun Sep 6 15:20:55 PDT 2009


Author: echristo
Date: Sun Sep  6 17:20:54 2009
New Revision: 81138

URL: http://llvm.org/viewvc/llvm-project?rev=81138&view=rev
Log:
Fix comment.

Modified:
    llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp

Modified: llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp?rev=81138&r1=81137&r2=81138&view=diff

==============================================================================
--- llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp Sun Sep  6 17:20:54 2009
@@ -40,7 +40,7 @@
 
 
 /// HandleCallsInBlockInlinedThroughInvoke - When we inline a basic block into
-/// an invoke, we have to check all of all of the calls that can throw into
+/// an invoke, we have to turn all of the calls that can throw into
 /// invokes.  This function analyze BB to see if there are any calls, and if so,
 /// it rewrites them to be invokes that jump to InvokeDest and fills in the PHI
 /// nodes in that block with the values specified in InvokeDestPHIValues.





More information about the llvm-commits mailing list