llvm-svn: 62377
This commit is contained in:
Gabor Greif 2009-01-16 23:08:50 +00:00
parent d7cc550900
commit 0d0908d06a

View File

@ -535,7 +535,7 @@ bool llvm::InlineFunction(CallSite CS, CallGraph *CG, const TargetData *TD) {
}
}
// 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);