diff options
-rw-r--r-- | lib/Target/X86/X86COFF.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86COFF.h b/lib/Target/X86/X86COFF.h index 91de85c0c2..75892ef52c 100644 --- a/lib/Target/X86/X86COFF.h +++ b/lib/Target/X86/X86COFF.h @@ -87,7 +87,7 @@ enum SymbolTypeMasks { /// Offsets of parts of type enum Shifts { - N_BTSHFT = 4 /// Type is formed as (base + derived << N_BTSHIFT) + N_BTSHFT = 4 ///< Type is formed as (base + derived << N_BTSHIFT) }; } |