diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-07-22 02:09:47 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-07-22 02:09:47 +0000 |
commit | b1c857bb7b3d7bc187de4e97439eb212a8604bf0 (patch) | |
tree | cff281770af99f5481c3c7ec7b0027c64b52adc3 /lib/MC/MCAssembler.cpp | |
parent | 624e0b2be6a8db6187206090ee5bc8f24cf55cb7 (diff) |
Fix constant island pass's handling of tBR_JTr. The offset of the instruction does not have to be 4-byte aligned. Rather, it's the offset + 2 that must be aligned since the instruction expands into:
mov pc, r1
.align 2
LJTI0_0_0:
.long LBB0_14
This fixes rdar://8213383. No test case since it's not possible to come up with a suitable small one.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109076 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAssembler.cpp')
0 files changed, 0 insertions, 0 deletions