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 | 6ea3053824c5a9288b23943085f69749523e3b5f (patch) | |
tree | ac0123531da3ddd4835da4024851150eb14dd40d /llvm/lib/Target | |
parent | ea7215f5f8107f8a686e4a23f9edfe628c592231 (diff) | |
download | bcm5719-llvm-6ea3053824c5a9288b23943085f69749523e3b5f.tar.gz bcm5719-llvm-6ea3053824c5a9288b23943085f69749523e3b5f.zip |
Fix comment.
llvm-svn: 121797
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r-- | llvm/lib/Target/ARM/ARMFixupKinds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMFixupKinds.h b/llvm/lib/Target/ARM/ARMFixupKinds.h index fce88de0d65..eb568da38ef 100644 --- a/llvm/lib/Target/ARM/ARMFixupKinds.h +++ b/llvm/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 |