Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/Transforms/IPO/
-
trunk/
-
lib/
-
Transforms/
-
IPO/
-
Inliner.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D29231
[Inliner] Fix a comment to match the code. NFC.
Closed
Public
Authored by
haicheng
on Jan 27 2017, 1:16 PM.
Download Raw Diff
Details
Reviewers
davidxl
junbuml
mcrosier
Commits
rGf8dc2d8c8b0d: [Inliner] Fix a comment to match the code. NFC.
rL293490: [Inliner] Fix a comment to match the code. NFC.
Summary
TotalAltCost => TotalSecondaryCost
Diff Detail
Repository
rL LLVM
Event Timeline
haicheng
created this revision.
Jan 27 2017, 1:16 PM
davidxl
accepted this revision.
Jan 28 2017, 4:00 PM
Comment Actions
lgtm
This revision is now accepted and ready to land.
Jan 28 2017, 4:00 PM
Closed by commit
rL293490: [Inliner] Fix a comment to match the code. NFC.
(authored by
haicheng
).
·
Explain Why
Jan 30 2017, 8:26 AM
This revision was automatically updated to reflect the committed changes.