projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ffe38e
)
add a dummy entry to fix a build error
author
Chris Lattner
<sabre@nondot.org>
Mon, 15 Nov 2010 04:47:16 +0000
(
04:47
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 15 Nov 2010 04:47:16 +0000
(
04:47
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119117
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCMCCodeEmitter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCMCCodeEmitter.cpp
b/lib/Target/PowerPC/PPCMCCodeEmitter.cpp
index ecff0e8b2b38449e86cd45bfeb5bbc8a8997e68d..889fe0f046d3c9b59350e7b742abbeb84fba307a 100644
(file)
--- a/
lib/Target/PowerPC/PPCMCCodeEmitter.cpp
+++ b/
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