struct -> class, to silence a Clang warning

llvm-svn: 98961
This commit is contained in:
Douglas Gregor 2010-03-19 15:31:09 +00:00
parent fc7a4813ab
commit c09217c2f1
1 changed files with 1 additions and 1 deletions

View File

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