summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/directive-align.s
Commit message (Collapse)AuthorAgeFilesLines
* Followup to 258750; update all MC tests to use .p2align .Dan Gohman2016-01-261-3/+3
| | | | llvm-svn: 258754
* ARM IAS: support .align without parametersSaleem Abdulrasool2014-02-231-0/+28
.align is handled specially on certain targets. .align without any parameters on ARM indicates a default alignment (4). Handle the special case in the target parser, but fall back to the generic parser for the normal version. llvm-svn: 201988
OpenPOWER on IntegriCloud