[all-commits] [llvm/llvm-project] 0205fa: [Inlining] Make shouldBeDeferred static (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon May 11 17:43:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0205fabe5dfbc77a4a42b9961bcbbd6eccace93e
https://github.com/llvm/llvm-project/commit/0205fabe5dfbc77a4a42b9961bcbbd6eccace93e
Author: Kazu Hirata <kazu at google.com>
Date: 2020-05-11 (Mon, 11 May 2020)
Changed paths:
M llvm/include/llvm/Analysis/InlineAdvisor.h
M llvm/lib/Analysis/InlineAdvisor.cpp
Log Message:
-----------
[Inlining] Make shouldBeDeferred static (NFC)
Summary:
This patch makes shouldBeDeferred static because it is called only
from shouldInline in the same .cpp file.
Reviewers: davidxl, mtrofin
Reviewed By: mtrofin
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D79750
More information about the All-commits
mailing list