diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2017-07-13 17:00:30 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2017-07-13 17:00:30 +0000 |
| commit | 64321a190e12c04fac65743ff951322560d8dbb0 (patch) | |
| tree | fc7e875f257370999fe26b298eff29e8d762e7a5 /llvm | |
| parent | 1c0f6ed45a3e4040c827ce0b49aa4c6c90ad5e25 (diff) | |
| download | bcm5719-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.h | 2 |
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 |

