From d4d4a90a8c1ec76bb572cfeb4fadcad329b8cab9 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 19 Mar 2010 15:36:58 +0000 Subject: [PATCH] Acccess control is lame git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98962 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MCAssembler.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.34.1