summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2017-07-13 17:00:30 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2017-07-13 17:00:30 +0000
commit64321a190e12c04fac65743ff951322560d8dbb0 (patch)
treefc7e875f257370999fe26b298eff29e8d762e7a5 /llvm
parent1c0f6ed45a3e4040c827ce0b49aa4c6c90ad5e25 (diff)
downloadbcm5719-llvm-64321a190e12c04fac65743ff951322560d8dbb0.tar.gz
bcm5719-llvm-64321a190e12c04fac65743ff951322560d8dbb0.zip
Documentation fix. NFC.
A MCFixup might not even be in an instruction. llvm-svn: 307926
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/MC/MCFixup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/MC/MCFixup.h b/llvm/include/llvm/MC/MCFixup.h
index b493ca0b0ea..b83086c327f 100644
--- a/llvm/include/llvm/MC/MCFixup.h
+++ b/llvm/include/llvm/MC/MCFixup.h
@@ -69,7 +69,7 @@ class MCFixup {
/// an instruction or an assembler directive.
const MCExpr *Value;
- /// The byte index of start of the relocation inside the encoded instruction.
+ /// The byte index of start of the relocation inside the MCFragment.
uint32_t Offset;
/// The target dependent kind of fixup item this is. The kind is used to
OpenPOWER on IntegriCloud