mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
fix comments a bit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172146 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
253449db20
commit
63e6f48e13
@ -374,8 +374,8 @@ private:
|
||||
void initializeDirectiveKindMapping();
|
||||
};
|
||||
|
||||
/// \brief Generic implementations of directive handling, etc. which is shared
|
||||
/// (or the default, at least) for all assembler parser.
|
||||
/// \brief Generic implementation of directive handling, etc. which is shared
|
||||
/// (or the default, at least) for all assembler parsers.
|
||||
class GenericAsmParser : public MCAsmParserExtension {
|
||||
template<bool (GenericAsmParser::*Handler)(StringRef, SMLoc)>
|
||||
void AddDirectiveHandler(StringRef Directive) {
|
||||
|
Loading…
Reference in New Issue
Block a user