[all-commits] [llvm/llvm-project] 44e5aa: Remove an unused Module param
Xun Li via All-commits
all-commits at lists.llvm.org
Sun May 10 22:10:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 44e5aaf911751909d3e529c8bee4c380e4fa55a9
https://github.com/llvm/llvm-project/commit/44e5aaf911751909d3e529c8bee4c380e4fa55a9
Author: Xun Li <xun at fb.com>
Date: 2020-05-10 (Sun, 10 May 2020)
Changed paths:
M llvm/include/llvm/ProfileData/SampleProf.h
M llvm/lib/Transforms/IPO/SampleProfile.cpp
Log Message:
-----------
Remove an unused Module param
Summary:
In D65848 the function getFuncNameInModule was refactored to no longer use module.
This diff removes the parameter and rename the function name to avoid confusion.
Reviewers: wenlei, wmi, davidxl
Reviewed By: wenlei
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D79310
More information about the All-commits
mailing list