[llvm] r307926 - Documentation fix. NFC.
Rafael Espindola via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 13 10:00:30 PDT 2017
Author: rafael
Date: Thu Jul 13 10:00:30 2017
New Revision: 307926
URL: http://llvm.org/viewvc/llvm-project?rev=307926&view=rev
Log:
Documentation fix. NFC.
A MCFixup might not even be in an instruction.
Modified:
llvm/trunk/include/llvm/MC/MCFixup.h
Modified: llvm/trunk/include/llvm/MC/MCFixup.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCFixup.h?rev=307926&r1=307925&r2=307926&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCFixup.h (original)
+++ llvm/trunk/include/llvm/MC/MCFixup.h Thu Jul 13 10:00:30 2017
@@ -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
More information about the llvm-commits
mailing list