It pollutes the global namespace otherwise.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/CodeGen/MachineScheduler.cpp | ||
---|---|---|
457 | Please consider adding " // end anonymous namespace" |
Differential D37555
[MachineScheduler] Put SchedRegion in an anonymous namespace. ClosedPublic Authored by bevinh on Sep 7 2017, 1:51 AM.
Details Summary It pollutes the global namespace otherwise.
Diff Detail Event Timeline
This revision is now accepted and ready to land.Sep 8 2017, 1:25 AM Closed by commit rL313148: [MachineScheduler] Put SchedRegion in an anonymous namespace. (authored by uabelho). · Explain WhySep 13 2017, 7:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 114131 lib/CodeGen/MachineScheduler.cpp
|
Please consider adding " // end anonymous namespace"
as is done with other such instances