Skip to content

Commit 9f8591d

Browse files
committed
Minor cleanup
1 parent 77f86e2 commit 9f8591d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Analysis/MLInlineAdvisor.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,7 @@ std::unique_ptr<InlineAdvice> MLInlineAdvisor::getAdviceImpl(CallBase &CB) {
473473
}
474474
// This one would have been set up to be right at the end.
475475
if (!InteractiveChannelBaseName.empty() && InteractiveIncludeDefault)
476-
*ModelRunner->getTensor<int64_t>((int)FeatureMap.size()) =
477-
GetDefaultAdvice(CB);
476+
*ModelRunner->getTensor<int64_t>(FeatureMap.size()) = GetDefaultAdvice(CB);
478477
return getAdviceFromModel(CB, ORE);
479478
}
480479

0 commit comments

Comments
 (0)