This is an archive of the discontinued LLVM Phabricator instance.

[NFC][regalloc] Remove unused API in AllocationOrder
ClosedPublic

Authored by mtrofin on Sep 23 2020, 8:11 PM.

Diff Detail

Event Timeline

mtrofin created this revision.Sep 23 2020, 8:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 23 2020, 8:11 PM
mtrofin requested review of this revision.Sep 23 2020, 8:11 PM
wmi accepted this revision.Sep 24 2020, 12:18 PM

LGTM.

Talk to Mircea offline. He confirmed that version 73f3d33dbbf2797d662eb12107b0ed5a8b91267f removed the use of the API in favor of the 'limit' alternative on next() but forgot to cleanup the dead API.

This revision is now accepted and ready to land.Sep 24 2020, 12:18 PM
This revision was automatically updated to reflect the committed changes.