This is an archive of the discontinued LLVM Phabricator instance.

WebAssembly: Avoid implicit iterator conversions, NFC
ClosedPublic

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

Details

Reviewers
sunfish
Summary

Avoid implicit conversions from MachineInstrBundleIterator to
MachineInstr* in the WebAssembly backend by preferring MachineInstr&
over MachineInstr*.

Diff Detail

Event Timeline

dexonsmith updated this revision to Diff 63296.Jul 8 2016, 12:31 PM
dexonsmith retitled this revision from to WebAssembly: Avoid implicit iterator conversions, NFC.
dexonsmith updated this object.
dexonsmith added a subscriber: llvm-commits.
sunfish accepted this revision.Jul 8 2016, 12:38 PM
sunfish added a reviewer: sunfish.
sunfish added a subscriber: sunfish.

Looks good, thanks!

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

Committed in r274912.

dexonsmith closed this revision.Jul 8 2016, 12:44 PM