This is an archive of the discontinued LLVM Phabricator instance.

Fix compile errors in AVR target
ClosedPublic

Authored by jobnoorman on Aug 12 2016, 7:53 AM.

Details

Summary

This fixes some compile errors in the AVR target. The errors are related to a signature change of TargetInstrInfo::getInstSizeInBytes that wasn't updated for the AVR target.

Diff Detail

Repository
rL LLVM

Event Timeline

jobnoorman updated this revision to Diff 67837.Aug 12 2016, 7:53 AM
jobnoorman retitled this revision from to Fix compile errors in AVR target.
jobnoorman updated this object.
jobnoorman added a reviewer: dylanmckay.
jobnoorman set the repository for this revision to rL LLVM.
dylanmckay accepted this revision.Aug 12 2016, 9:52 PM
dylanmckay edited edge metadata.

Looks good, thanks Job :)

This revision is now accepted and ready to land.Aug 12 2016, 9:52 PM
This revision was automatically updated to reflect the committed changes.