diff options
author | Raul Herbster <raulherbster@gmail.com> | 2007-08-30 23:31:35 +0000 |
---|---|---|
committer | Raul Herbster <raulherbster@gmail.com> | 2007-08-30 23:31:35 +0000 |
commit | b94e60872e97a527b090e20c7d5cb4404437a4dd (patch) | |
tree | 5956bf3b55e1386ee71d402ca27cd595b4e70ad0 | |
parent | 9c1a3827cec76ee9c489662115906939f3de5d98 (diff) |
Unused relocation type reloc_arm_absolute removed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41628 91177308-0d34-0410-b5e6-96231b3b80d8
-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 }; } |