diff options
Diffstat (limited to 'lib/Target/ARM/ARMFixupKinds.h')
-rw-r--r-- | lib/Target/ARM/ARMFixupKinds.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMFixupKinds.h b/lib/Target/ARM/ARMFixupKinds.h index 997b22ef71..8ee61d11aa 100644 --- a/lib/Target/ARM/ARMFixupKinds.h +++ b/lib/Target/ARM/ARMFixupKinds.h @@ -18,6 +18,11 @@ enum Fixups { // fixup_arm_ldst_pcrel_12 - 12-bit PC relative relocation for symbol // addresses fixup_arm_ldst_pcrel_12 = FirstTargetFixupKind, + + // fixup_t2_ldst_pcrel_12 - Equivalent to fixup_arm_ldst_pcrel_12, with + // the 16-bit halfwords reordered. + fixup_t2_ldst_pcrel_12, + // fixup_arm_pcrel_10 - 10-bit PC relative relocation for symbol addresses // used in VFP instructions where the lower 2 bits are not encoded // (so it's encoded as an 8-bit immediate). |