This is an archive of the discontinued LLVM Phabricator instance.

Lanai: Avoid implicit iterator conversions, NFC
ClosedPublic

Authored by dexonsmith on Jul 8 2016, 12:32 PM.

Details

Reviewers
jpienaar
Summary

Avoid implicit conversions from MachineInstrBundleIterator to
MachineInstr* in the Lanai backend.

Diff Detail

Event Timeline

dexonsmith updated this revision to Diff 63297.Jul 8 2016, 12:32 PM
dexonsmith retitled this revision from to Lanai: Avoid implicit iterator conversions, NFC.
dexonsmith updated this object.
dexonsmith added a subscriber: llvm-commits.
jpienaar accepted this revision.Jul 8 2016, 3:03 PM
jpienaar edited edge metadata.

Looks good, thanks.

This revision is now accepted and ready to land.Jul 8 2016, 3:03 PM

Committed in r274942.

dexonsmith closed this revision.Jul 8 2016, 3:19 PM