commit | de62aeaec49ddcf4a4c61fbbb3a22d3a4dd448f0 | [log] [tgz] |
---|---|---|
author | Gabor Greif <ggreif@gmail.com> | Fri Jan 16 23:08:50 2009 +0000 |
committer | Gabor Greif <ggreif@gmail.com> | Fri Jan 16 23:08:50 2009 +0000 |
tree | 0571d9e3f129b7fda768f3cb2e6e67a2867ee9d9 | |
parent | ee5c2b8ba2bd9670931705ca04a46052d534ade9 [diff] [blame] |
typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62377 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Utils/InlineFunction.cpp b/lib/Transforms/Utils/InlineFunction.cpp index 63b5f54..6704b60 100644 --- a/lib/Transforms/Utils/InlineFunction.cpp +++ b/lib/Transforms/Utils/InlineFunction.cpp
@@ -535,7 +535,7 @@ } } - // Add a branch to the merge points and remove retrun instructions. + // Add a branch to the merge points and remove return instructions. for (unsigned i = 0, e = Returns.size(); i != e; ++i) { ReturnInst *RI = Returns[i]; BranchInst::Create(AfterCallBB, RI);