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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D23450
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
Event Timelinejobnoorman updated this object. This revision is now accepted and ready to land.Aug 12 2016, 9:52 PM Closed by commit rL278784: [AVR] Fix compile errors (authored by job). · Explain WhyAug 16 2016, 1:49 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 68148 llvm/trunk/lib/Target/AVR/AVRInstrInfo.h
llvm/trunk/lib/Target/AVR/AVRInstrInfo.cpp
|