This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Replace several manual GEP loops with gep_type_iterator.
ClosedPublic

Authored by eddyb on Jan 19 2016, 4:12 PM.

Diff Detail

Event Timeline

eddyb updated this revision to Diff 45316.Jan 19 2016, 4:12 PM
eddyb retitled this revision from to [NFC] Replace several manual GEP loops with gep_type_iterator..
eddyb updated this object.
eddyb added a reviewer: dblaikie.
eddyb added a subscriber: llvm-commits.
dblaikie accepted this revision.Jan 19 2016, 4:20 PM
dblaikie edited edge metadata.

Looks good - thanks!

This revision is now accepted and ready to land.Jan 19 2016, 4:20 PM
This revision was automatically updated to reflect the committed changes.