ARM .align NOP padding uses different encoding pre-ARMv6.
authorJim Grosbach <grosbach@apple.com>
Tue, 16 Aug 2011 17:06:20 +0000 (17:06 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 16 Aug 2011 17:06:20 +0000 (17:06 +0000)
commitd0d3f7e01ff7f83575816f6e1d75aa2224ebc2cb
treeeb05174cc724952a14e9742309171349e2e4ae3f
parent0ba45d4fb3e11d8085b01008e31477bece20d01d
ARM .align NOP padding uses different encoding pre-ARMv6.

Patch by Kristof Beyls and James Malloy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137723 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
test/MC/ARM/nop-armv4-padding.s [new file with mode: 0644]
test/MC/ARM/nop-armv6t2-padding.s [new file with mode: 0644]
test/MC/ARM/nop-thumb-padding.s [new file with mode: 0644]
test/MC/ARM/nop-thumb2-padding.s [new file with mode: 0644]