diff options
Diffstat (limited to 'llvm/lib/Target/ARM/ARMRelocations.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMRelocations.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMRelocations.h b/llvm/lib/Target/ARM/ARMRelocations.h index 8424386916d..2cc295085b8 100644 --- a/llvm/lib/Target/ARM/ARMRelocations.h +++ b/llvm/lib/Target/ARM/ARMRelocations.h @@ -31,6 +31,10 @@ namespace llvm { // addresses are kept locally in a map. reloc_arm_cp_entry, + // reloc_arm_vfp_cp_entry - Same as reloc_arm_cp_entry except the offset + // should be divided by 4. + reloc_arm_vfp_cp_entry, + // reloc_arm_machine_cp_entry - Relocation of a ARM machine constantpool // entry. reloc_arm_machine_cp_entry, |