The Sparc asm parser currently has custom parsing logic for .half, .word, .nword and .xword. Rather than use this custom logic, we can just use addAliasForDirective to enable the reuse of AsmParser::parseDirectiveValue.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Committed in https://reviews.llvm.org/rL333078 (apologies, I forgot the "Differential Revision:" tag)