diff options
-rw-r--r-- | lib/Target/ARM/ARMRelocations.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMRelocations.h b/lib/Target/ARM/ARMRelocations.h index 7e33d972f8..3123dceb03 100644 --- a/lib/Target/ARM/ARMRelocations.h +++ b/lib/Target/ARM/ARMRelocations.h @@ -21,8 +21,6 @@ namespace llvm { enum RelocationType { reloc_arm_relative, - reloc_arm_absolute, - reloc_arm_branch }; } |