Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix edge cases of ARM shift operands in arith instructions. | Tim Northover | 2012-09-22 | 1 | -0/+43 |
| | | | | | | | | | As before with load instructions, oddities like "asr #32", "rrx" could be printed incorrectly. Patch by Chris Lidbury. llvm-svn: 164456 | ||||
* | Fix the handling of edge cases in ARM shifted operands. | Tim Northover | 2012-09-22 | 1 | -0/+76 |
This patch fixes load/store instructions to handle less common cases like "asr #32", "rrx" properly throughout the MC layer. Patch by Chris Lidbury. llvm-svn: 164455 |