This is an archive of the discontinued LLVM Phabricator instance.

Use target name instead of namespace as prefix for MCRegisterClasses array
ClosedPublic

Authored by dcederman on Aug 18 2016, 2:22 AM.

Details

Summary

For Sparc the namespace (SP) is different from the target name (Sparc),
which causes the name of the array in this declaration to differ from
the name used in the definition.

Diff Detail

Repository
rL LLVM

Event Timeline

dcederman updated this revision to Diff 68498.Aug 18 2016, 2:22 AM
dcederman retitled this revision from to Use target name instead of namespace as prefix for MCRegisterClasses array.
dcederman updated this object.
dcederman added a subscriber: llvm-commits.
jyknight accepted this revision.Oct 18 2016, 1:51 PM
jyknight edited edge metadata.
This revision is now accepted and ready to land.Oct 18 2016, 1:51 PM
This revision was automatically updated to reflect the committed changes.