mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +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();
|
void initializeDirectiveKindMapping();
|
||||||
};
|
};
|
||||||
|
|
||||||
/// \brief Generic implementations of directive handling, etc. which is shared
|
/// \brief Generic implementation of directive handling, etc. which is shared
|
||||||
/// (or the default, at least) for all assembler parser.
|
/// (or the default, at least) for all assembler parsers.
|
||||||
class GenericAsmParser : public MCAsmParserExtension {
|
class GenericAsmParser : public MCAsmParserExtension {
|
||||||
template<bool (GenericAsmParser::*Handler)(StringRef, SMLoc)>
|
template<bool (GenericAsmParser::*Handler)(StringRef, SMLoc)>
|
||||||
void AddDirectiveHandler(StringRef Directive) {
|
void AddDirectiveHandler(StringRef Directive) {
|
||||||
|
Loading…
Reference in New Issue
Block a user