Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/include/llvm/IR/
-
trunk/
-
include/
-
llvm/
-
IR/
-
PassManager.h
Hide Panel
f
Keyboard Reference
?
Differential
D27373
[PM] Get rid of an unused variable in AnalysisManager::clear(IRUnitT&).
Closed
Public
Authored by
jlebar
on Dec 2 2016, 4:02 PM.
Download Raw Diff
Details
Reviewers
chandlerc
Commits
rG963ad2df3be7: [PM] Get rid of an unused variable in AnalysisManager::clear(IRUnitT&).
rL288597: [PM] Get rid of an unused variable in AnalysisManager::clear(IRUnitT&).
Diff Detail
Repository
rL LLVM
Event Timeline
jlebar
updated this revision to
Diff 80148
.
Dec 2 2016, 4:02 PM
jlebar
retitled this revision from
to
[PM] Get rid of an unused variable in AnalysisManager::clear(IRUnitT&).
.
jlebar
updated this object.
jlebar
added a reviewer:
chandlerc
.
jlebar
added subscribers:
llvm-commits
,
silvas
.
Herald
added a subscriber:
mehdi_amini
.
·
View Herald Transcript
Dec 2 2016, 4:02 PM
silvas
added a comment.
Dec 2 2016, 9:44 PM
Comment Actions
Please do this kind of cleanup with post-commit review in the future.
Closed by commit
rL288597: [PM] Get rid of an unused variable in AnalysisManager::clear(IRUnitT&).
(authored by
jlebar
).
·
Explain Why
Dec 3 2016, 11:59 AM
This revision was automatically updated to reflect the committed changes.