Thanks to JimG for catching this!

llvm-svn: 120494
This commit is contained in:
Jason W Kim 2010-11-30 23:27:18 +00:00
parent d513faf41f
commit c440e79126
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ public:
{ "fixup_arm_pcrel_12", 1, 24, MCFixupKindInfo::FKF_IsPCRel }, { "fixup_arm_pcrel_12", 1, 24, MCFixupKindInfo::FKF_IsPCRel },
{ "fixup_arm_vfp_pcrel_12", 1, 24, MCFixupKindInfo::FKF_IsPCRel }, { "fixup_arm_vfp_pcrel_12", 1, 24, MCFixupKindInfo::FKF_IsPCRel },
{ "fixup_arm_branch", 1, 24, MCFixupKindInfo::FKF_IsPCRel }, { "fixup_arm_branch", 1, 24, MCFixupKindInfo::FKF_IsPCRel },
{ "fixup_arm_movt_hi16", 0, 16, 0 },
{ "fixup_arm_movw_lo16", 0, 16, 0 },
}; };
if (Kind < FirstTargetFixupKind) if (Kind < FirstTargetFixupKind)