Adds support for the Cortex-A17 to the ARM backend.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi Matt,
This looks good to me, provided you fix the indentation I mention in an inline comment.
Cheers,
James
lib/Target/ARM/ARM.td | ||
---|---|---|
380 | This should be aligned to the first '"' character in "cortex-a17". |
Comment Actions
Which part needs to be fixed? As far as I can tell, the 'CortexA9Model' is on the same line as the 'cortex-a17' and the next line is aligned consistently with the other cortex descriptions.
Comment Actions
Discussed with jmolloy: change in line 379, to align 'CortexA9Model' with the block on the line below.
This comment was removed by rengolin.
This should be aligned to the first '"' character in "cortex-a17".