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:
cc52ed0
)
struct -> class, to silence a Clang warning
author
Douglas Gregor
<dgregor@apple.com>
Fri, 19 Mar 2010 15:31:09 +0000
(15:31 +0000)
committer
Douglas Gregor
<dgregor@apple.com>
Fri, 19 Mar 2010 15:31:09 +0000
(15:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98961
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 8eb8e632ad0aff8dcbb00bc1c31221fffee7fca3..c68fb2ddf2509d9466b55e222bdfc6e8235eb24d 100644
(file)
--- a/
include/llvm/MC/MCAssembler.h
+++ b/
include/llvm/MC/MCAssembler.h
@@
-37,7
+37,7
@@
class TargetAsmBackend;
/// MCAsmFixup - Represent a fixed size region of bytes inside some fragment
/// which needs to be rewritten. This region will either be rewritten by the
/// assembler or cause a relocation entry to be generated.
-
struct
MCAsmFixup {
+
class
MCAsmFixup {
/// Offset - The offset inside the fragment which needs to be rewritten.
uint64_t Offset;