From: Douglas Gregor Date: Fri, 19 Mar 2010 15:36:58 +0000 (+0000) Subject: Acccess control is lame X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d4d4a90a8c1ec76bb572cfeb4fadcad329b8cab9;p=oota-llvm.git Acccess control is lame git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98962 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;