projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a07bc5
)
Acccess control is lame
author
Douglas Gregor
<dgregor@apple.com>
Fri, 19 Mar 2010 15:36:58 +0000
(15:36 +0000)
committer
Douglas Gregor
<dgregor@apple.com>
Fri, 19 Mar 2010 15:36:58 +0000
(15:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98962
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/MC/MCAssembler.h
patch
|
blob
|
history
diff --git
a/include/llvm/MC/MCAssembler.h
b/include/llvm/MC/MCAssembler.h
index c68fb2ddf2509d9466b55e222bdfc6e8235eb24d..363c7d977ebad509f11b12938c88b995458170a3 100644
(file)
--- 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;