aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMFixupKinds.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-12-10 17:13:40 +0000
committerJim Grosbach <grosbach@apple.com>2010-12-10 17:13:40 +0000
commit01086451393ef33e82b6fad623989dd97dd70edf (patch)
tree15898316fb4d622048d0b83e354954d0c9d1cb36 /lib/Target/ARM/ARMFixupKinds.h
parentc8cfbcb99a2002d4c7b0ae3734cf4609f0663dde (diff)
downloadexternal_llvm-01086451393ef33e82b6fad623989dd97dd70edf.zip
external_llvm-01086451393ef33e82b6fad623989dd97dd70edf.tar.gz
external_llvm-01086451393ef33e82b6fad623989dd97dd70edf.tar.bz2
Thumb conditional branch binary encodings. rdar://8745367
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121493 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMFixupKinds.h')
-rw-r--r--lib/Target/ARM/ARMFixupKinds.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMFixupKinds.h b/lib/Target/ARM/ARMFixupKinds.h
index 10b5321..51bebaf 100644
--- a/lib/Target/ARM/ARMFixupKinds.h
+++ b/lib/Target/ARM/ARMFixupKinds.h
@@ -52,6 +52,9 @@ enum Fixups {
// fixup_arm_thumb_cp - Fixup for Thumb load/store from constant pool instrs.
fixup_arm_thumb_cp,
+ // fixup_arm_thumb_bcc - Fixup for Thumb load/store from constant pool instrs.
+ fixup_arm_thumb_bcc,
+
// The next two are for the movt/movw pair
// the 16bit imm field are split into imm{15-12} and imm{11-0}
// Fixme: We need new ones for Thumb.