A refactor in r364191 changed register types from an unsigned int to the llvm:Register class. Adjust the AVR backend to this change.
This fixes build errors when building with the experimental AVR backend enabled.
Differential D63776
[AVR] Adjust to Register class change aykevl on Jun 25 2019, 9:38 AM. Authored by
Details A refactor in r364191 changed register types from an unsigned int to the llvm:Register class. Adjust the AVR backend to this change. This fixes build errors when building with the experimental AVR backend enabled.
Diff Detail
|