mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Documentation fix. NFC.
A MCFixup might not even be in an instruction. llvm-svn: 307926
This commit is contained in:
parent
be3a717d03
commit
5a7cdd526a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user