This is an archive of the discontinued LLVM Phabricator instance.

Fix incorrect comment in machine-scheduler
ClosedPublic

Authored by javed.absar on Jun 27 2017, 3:04 AM.

Details

Summary

The example code incorrectly invokes ScheduleDAGMI wherein from context it is clear it intends to invoke ScheduleDAGMILive actually.

Diff Detail

Event Timeline

javed.absar created this revision.Jun 27 2017, 3:04 AM
atrick accepted this revision.Jun 27 2017, 9:16 AM

LGTM

This revision is now accepted and ready to land.Jun 27 2017, 9:16 AM
This revision was automatically updated to reflect the committed changes.