This is an archive of the discontinued LLVM Phabricator instance.

[TargetSchedule] Use 'isOutOfOrder' as possible to avoid magic number. NFC.
ClosedPublic

Authored by flyingforyou on Jun 21 2016, 1:00 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

flyingforyou retitled this revision from to [TargetSchedule] Use 'isOutOfOrder' as possible to avoid magic number. NFC..
flyingforyou updated this object.
flyingforyou added reviewers: rengolin, atrick.
flyingforyou added a subscriber: llvm-commits.
hfinkel accepted this revision.Jun 21 2016, 1:08 AM
hfinkel added a reviewer: hfinkel.
hfinkel added a subscriber: hfinkel.

LGTM

This revision is now accepted and ready to land.Jun 21 2016, 1:08 AM

Thanks for review Hal.!

Committed in r273255.

This revision was automatically updated to reflect the committed changes.