diff options
author | Eric Christopher <echristo@apple.com> | 2009-09-06 22:20:54 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2009-09-06 22:20:54 +0000 |
commit | 66d8555f7ea6168dd4dd907dfd496583d7a01fee (patch) | |
tree | cf200b7a3b1154746494b1066152dce5c270fe08 /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | d2c19c74d66513ac5caa3526f2af920be08aa02e (diff) | |
download | llvm-66d8555f7ea6168dd4dd907dfd496583d7a01fee.zip llvm-66d8555f7ea6168dd4dd907dfd496583d7a01fee.tar.gz llvm-66d8555f7ea6168dd4dd907dfd496583d7a01fee.tar.bz2 |
Fix comment.
llvm-svn: 81138
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/InlineFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/InlineFunction.cpp b/llvm/lib/Transforms/Utils/InlineFunction.cpp index 7004248..4b133fd 100644 --- a/llvm/lib/Transforms/Utils/InlineFunction.cpp +++ b/llvm/lib/Transforms/Utils/InlineFunction.cpp @@ -40,7 +40,7 @@ bool llvm::InlineFunction(InvokeInst *II, CallGraph *CG, const TargetData *TD, /// 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. |