Acccess control is lame

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98962 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Douglas Gregor 2010-03-19 15:36:58 +00:00
parent 1a07bc5cf4
commit d4d4a90a8c

View File

@ -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;