summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-11-15 04:47:16 +0000
committerChris Lattner <sabre@nondot.org>2010-11-15 04:47:16 +0000
commit0ae07e1484586fe6bb23f67a68647efeba1069f2 (patch)
tree550b8429fbd8bb7d99a23a64d70e613ae731391a
parent9ec375c8ea2773bbcf0d88d6fe7ff1cdc9ba569e (diff)
downloadbcm5719-llvm-0ae07e1484586fe6bb23f67a68647efeba1069f2.tar.gz
bcm5719-llvm-0ae07e1484586fe6bb23f67a68647efeba1069f2.zip
add a dummy entry to fix a build error
llvm-svn: 119117
-rw-r--r--llvm/lib/Target/PowerPC/PPCMCCodeEmitter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCMCCodeEmitter.cpp b/llvm/lib/Target/PowerPC/PPCMCCodeEmitter.cpp
index ecff0e8b2b3..889fe0f046d 100644
--- a/llvm/lib/Target/PowerPC/PPCMCCodeEmitter.cpp
+++ b/llvm/lib/Target/PowerPC/PPCMCCodeEmitter.cpp
@@ -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
OpenPOWER on IntegriCloud