[all-commits] [llvm/llvm-project] 9ac934: [Analysis] Make members of InlineCost const (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Sep 21 14:47:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ac934d1bf5769276335b247e954f2dbcb467c79
https://github.com/llvm/llvm-project/commit/9ac934d1bf5769276335b247e954f2dbcb467c79
Author: Kazu Hirata <kazu at google.com>
Date: 2022-09-21 (Wed, 21 Sep 2022)
Changed paths:
M llvm/include/llvm/Analysis/InlineCost.h
Log Message:
-----------
[Analysis] Make members of InlineCost const (NFC)
Once we create an instance of InlineCost, we don't change its
contents.
Differential Revision: https://reviews.llvm.org/D134388
More information about the All-commits
mailing list