Fix merge error in my last fix to Thumb2 vldr fixups.

llvm-svn: 121588
This commit is contained in:
Owen Anderson 2010-12-10 22:53:48 +00:00
parent 4743d75640
commit 7cdd232895
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public:
MCFixupKindInfo::FKF_IsAligned},
{ "fixup_arm_pcrel_10", 1, 24, MCFixupKindInfo::FKF_IsPCRel },
{ "fixup_t2_pcrel_10", 0, 32, MCFixupKindInfo::FKF_IsPCRel |
MCFixupKindInfo::FKF_IsPCRel },
MCFixupKindInfo::FKF_IsAligned},
{ "fixup_arm_adr_pcrel_12", 1, 24, MCFixupKindInfo::FKF_IsPCRel },
{ "fixup_arm_branch", 1, 24, MCFixupKindInfo::FKF_IsPCRel },
{ "fixup_t2_branch", 0, 32, MCFixupKindInfo::FKF_IsPCRel |