summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Hexagon/data-directives-valid.s
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Use addAliasForDirective for data directivesAlex Bradbury2018-05-171-0/+25
Data directives such as .word, .half, .hword are currently parsed using HexagonAsmParser::ParseDirectiveValue which effectively duplicates logic from AsmParser::parseDirectiveValue. This patch deletes that duplicated logic in favour of using addAliasForDirective. Differential Revision: https://reviews.llvm.org/D46999 llvm-svn: 332607
OpenPOWER on IntegriCloud