mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix typo
llvm-svn: 285978
This commit is contained in:
parent
59bae0c077
commit
894d3c5ef1
@ -310,7 +310,7 @@ shouldBeDeferred(Function *Caller, CallSite CS, InlineCost IC,
|
||||
if (IC2.isAlways())
|
||||
continue;
|
||||
|
||||
// See if inlining or original callsite would erase the cost delta of
|
||||
// See if inlining of the original callsite would erase the cost delta of
|
||||
// this callsite. We subtract off the penalty for the call instruction,
|
||||
// which we would be deleting.
|
||||
if (IC2.getCostDelta() <= CandidateCost) {
|
||||
|
Loading…
Reference in New Issue
Block a user