Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Followup to 258750; update all MC tests to use .p2align . | Dan Gohman | 2016-01-26 | 1 | -3/+3 |
| | | | | llvm-svn: 258754 | ||||
* | ARM IAS: support .align without parameters | Saleem Abdulrasool | 2014-02-23 | 1 | -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 |