This is an archive of the discontinued LLVM Phabricator instance.

[MachineScheduler] Put SchedRegion in an anonymous namespace.
ClosedPublic

Authored by bevinh on Sep 7 2017, 1:51 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

bevinh created this revision.Sep 7 2017, 1:51 AM
javed.absar added inline comments.Sep 7 2017, 8:36 AM
lib/CodeGen/MachineScheduler.cpp
457 ↗(On Diff #114131)

Please consider adding " // end anonymous namespace"
as is done with other such instances

bevinh updated this revision to Diff 114313.Sep 8 2017, 1:20 AM
jonpa accepted this revision.Sep 8 2017, 1:25 AM

LGTM - thanks. /Jonas

This revision is now accepted and ready to land.Sep 8 2017, 1:25 AM
This revision was automatically updated to reflect the committed changes.