add a dummy entry to fix a build error

llvm-svn: 119117
This commit is contained in:
Chris Lattner 2010-11-15 04:47:16 +00:00
parent 9ec375c8ea
commit 0ae07e1484
1 changed files with 2 additions and 2 deletions

View File

@ -40,9 +40,9 @@ public:
const MCFixupKindInfo &getFixupKindInfo(MCFixupKind Kind) const {
const static MCFixupKindInfo Infos[] = {
#if 0
// name offset bits flags
{ "fixup_arm_pcrel_12", 2, 12, MCFixupKindInfo::FKF_IsPCRel },
{ "fixup_arm_pcrel_12", 2, 12, MCFixupKindInfo::FKF_IsPCRel }
#if 0
{ "fixup_arm_vfp_pcrel_12", 3, 8, MCFixupKindInfo::FKF_IsPCRel },
{ "fixup_arm_branch", 1, 24, MCFixupKindInfo::FKF_IsPCRel },
#endif