Acccess control is lame

llvm-svn: 98962
This commit is contained in:
Douglas Gregor 2010-03-19 15:36:58 +00:00
parent c09217c2f1
commit 45a967cd62
1 changed files with 1 additions and 0 deletions

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;