diff options
| author | Jim Grosbach <grosbach@apple.com> | 2010-12-09 19:50:12 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2010-12-09 19:50:12 +0000 |
| commit | 68b27eb9d11061b2ca3ef757b4952c26f0ca072b (patch) | |
| tree | bb6605a586f90515418c3fa586fb006e8f17e7c7 /llvm/lib/Target/ARM/ARMFixupKinds.h | |
| parent | d81c110106985e6c8763ed48a868aab68105823b (diff) | |
| download | bcm5719-llvm-68b27eb9d11061b2ca3ef757b4952c26f0ca072b.tar.gz bcm5719-llvm-68b27eb9d11061b2ca3ef757b4952c26f0ca072b.zip | |
Rename CB/CBZ specific fixup accordingly.
llvm-svn: 121404
Diffstat (limited to 'llvm/lib/Target/ARM/ARMFixupKinds.h')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMFixupKinds.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMFixupKinds.h b/llvm/lib/Target/ARM/ARMFixupKinds.h index 8ee61d11aa8..10b5321ec23 100644 --- a/llvm/lib/Target/ARM/ARMFixupKinds.h +++ b/llvm/lib/Target/ARM/ARMFixupKinds.h @@ -46,8 +46,8 @@ enum Fixups { // fixup_arm_thumb_blx - Fixup for Thumb BLX instructions. fixup_arm_thumb_blx, - // fixup_arm_thumb_br - Fixup for Thumb branch instructions. - fixup_arm_thumb_br, + // fixup_arm_thumb_cb - Fixup for Thumb branch instructions. + fixup_arm_thumb_cb, // fixup_arm_thumb_cp - Fixup for Thumb load/store from constant pool instrs. fixup_arm_thumb_cp, |

