diff options
Diffstat (limited to 'llvm/lib/Target/ARM/ARMFixupKinds.h')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMFixupKinds.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/ARM/ARMFixupKinds.h b/llvm/lib/Target/ARM/ARMFixupKinds.h index 33c9328b846..7f6a855d84c 100644 --- a/llvm/lib/Target/ARM/ARMFixupKinds.h +++ b/llvm/lib/Target/ARM/ARMFixupKinds.h @@ -17,10 +17,10 @@ namespace ARM { enum Fixups { // fixup_arm_pcrel_12 - 12-bit PC relative relocation for symbol addresses fixup_arm_pcrel_12 = FirstTargetFixupKind, - // fixup_arm_vfp_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). - fixup_arm_vfp_pcrel_10, + // fixup_arm_pcrel_10 - 10-bit PC relative relocation for symbol addresses + // used in VFP and Thumb2 instructions where the lower 2 bits are not encoded + // (so it's encoded as an 8-bit immediate). + fixup_arm_pcrel_10, // fixup_arm_brnach - 24-bit PC relative relocation for direct branch // instructions. fixup_arm_branch, |

