This is an archive of the discontinued LLVM Phabricator instance.

TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC
ClosedPublic

Authored by SjoerdMeijer on Jul 28 2016, 9:31 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

SjoerdMeijer retitled this revision from to TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC.
SjoerdMeijer updated this object.
SjoerdMeijer added a subscriber: llvm-commits.
t.p.northover accepted this revision.Jul 28 2016, 9:33 AM
t.p.northover added a reviewer: t.p.northover.
t.p.northover added a subscriber: t.p.northover.

Looks fine to me. You probably could have committed this without a separate review given the comments in the other thread (which I agree with).

This revision is now accepted and ready to land.Jul 28 2016, 9:33 AM

Ok, thanks a lot.

This revision was automatically updated to reflect the committed changes.