diff --git a/include/llvm/MC/MCAssembler.h b/include/llvm/MC/MCAssembler.h index c68fb2ddf25..363c7d977eb 100644 --- a/include/llvm/MC/MCAssembler.h +++ b/include/llvm/MC/MCAssembler.h @@ -38,6 +38,7 @@ class TargetAsmBackend; /// which needs to be rewritten. This region will either be rewritten by the /// assembler or cause a relocation entry to be generated. class MCAsmFixup { +public: /// Offset - The offset inside the fragment which needs to be rewritten. uint64_t Offset;