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/
-
SampleProfile.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D57726
[SamplePGO][NFC] Minor improvement to replace a temporary vector with a brace-enclosed init list
Closed
Public
Authored by
wmi
on Feb 4 2019, 4:52 PM.
Download Raw Diff
Details
Reviewers
tejohnson
Commits
rG4901f371a280: [SamplePGO][NFC] Minor improvement to replace a temporary vector with a brace…
rL353129: [SamplePGO][NFC] Minor improvement to replace a temporary vector with a
Summary
Follow the change in
https://reviews.llvm.org/rL353123
.
Diff Detail
Repository
rL LLVM
Event Timeline
wmi
created this revision.
Feb 4 2019, 4:52 PM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Feb 4 2019, 4:52 PM
Herald
added a subscriber:
llvm-commits
.
·
View Herald Transcript
tejohnson
accepted this revision.
Feb 4 2019, 4:53 PM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Feb 4 2019, 4:53 PM
Closed by commit
rL353129: [SamplePGO][NFC] Minor improvement to replace a temporary vector with a
(authored by
wmi
).
·
Explain Why
Feb 4 2019, 4:57 PM
This revision was automatically updated to reflect the committed changes.