diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-12-14 22:26:49 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-12-14 22:26:49 +0000 |
commit | ee2b350d835231aaf96e4b83dca48326b20dcc42 (patch) | |
tree | 3a92a3297aacca7ab2b42e8c67e17ffd52b5ad3a /lib/Target/ARM | |
parent | b6faf6521543186e6cd305594f60841b7ae66cfe (diff) | |
download | external_llvm-ee2b350d835231aaf96e4b83dca48326b20dcc42.zip external_llvm-ee2b350d835231aaf96e4b83dca48326b20dcc42.tar.gz external_llvm-ee2b350d835231aaf96e4b83dca48326b20dcc42.tar.bz2 |
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121797 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM')
-rw-r--r-- | lib/Target/ARM/ARMFixupKinds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMFixupKinds.h b/lib/Target/ARM/ARMFixupKinds.h index fce88de..eb568da 100644 --- a/lib/Target/ARM/ARMFixupKinds.h +++ b/lib/Target/ARM/ARMFixupKinds.h @@ -61,7 +61,7 @@ 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 - Fixup for Thumb conditional branching instructions. fixup_arm_thumb_bcc, // The next two are for the movt/movw pair |