diff options
| author | Jason W Kim <jason.w.kim.2009@gmail.com> | 2011-01-12 23:25:02 +0000 |
|---|---|---|
| committer | Jason W Kim <jason.w.kim.2009@gmail.com> | 2011-01-12 23:25:02 +0000 |
| commit | 145584227545de350bcfed56a2372bc39961c4e8 (patch) | |
| tree | e341e33bee1898b782df8fdf748e9d21e12b5ad4 /llvm/lib | |
| parent | e9eae0f887361a749fee696102492e776591b523 (diff) | |
| download | bcm5719-llvm-145584227545de350bcfed56a2372bc39961c4e8.tar.gz bcm5719-llvm-145584227545de350bcfed56a2372bc39961c4e8.zip | |
Added clarifying comment
llvm-svn: 123341
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMFixupKinds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMFixupKinds.h b/llvm/lib/Target/ARM/ARMFixupKinds.h index 12efcb23006..3d448b5c78f 100644 --- a/llvm/lib/Target/ARM/ARMFixupKinds.h +++ b/llvm/lib/Target/ARM/ARMFixupKinds.h @@ -75,6 +75,8 @@ enum Fixups { fixup_arm_movw_lo16, // :lower16: // It is possible to create an "immediate" that happens to be pcrel. + // movw r0, :lower16:Foo-(Bar+8) and movt r0, :upper16:Foo-(Bar+8) + // result in different reloc tags than the above two. // Needed to support ELF::R_ARM_MOVT_PREL and ELF::R_ARM_MOVW_PREL_NC fixup_arm_movt_hi16_pcrel, // :upper16: fixup_arm_movw_lo16_pcrel, // :lower16: |

