[InlineAdvisor] Remove outdated comment (NFC)

This just returns None nowadays, so this comment doesn't apply
anymore.
This commit is contained in:
Nikita Popov 2021-12-09 14:18:32 +01:00
parent a3a478be40
commit 3beafecedf
1 changed files with 0 additions and 2 deletions

View File

@ -409,8 +409,6 @@ llvm::shouldInline(CallBase &CB,
<< "' in other contexts";
});
setInlineRemark(CB, "deferred");
// IC does not bool() to false, so get an InlineCost that will.
// This will not be inspected to make an error message.
return None;
}