mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-29 16:12:44 +00:00
typo
llvm-svn: 62377
This commit is contained in:
parent
d7cc550900
commit
0d0908d06a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user