mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Fix comment spacing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179761 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -790,8 +790,8 @@ class AsmParser {
|
|||||||
// This can be used to perform target specific instruction post-processing.
|
// This can be used to perform target specific instruction post-processing.
|
||||||
string AsmParserInstCleanup = "";
|
string AsmParserInstCleanup = "";
|
||||||
|
|
||||||
//ShouldEmitMatchRegisterName - Set to false if the target needs a hand
|
// ShouldEmitMatchRegisterName - Set to false if the target needs a hand
|
||||||
//written register name matcher
|
// written register name matcher
|
||||||
bit ShouldEmitMatchRegisterName = 1;
|
bit ShouldEmitMatchRegisterName = 1;
|
||||||
}
|
}
|
||||||
def DefaultAsmParser : AsmParser;
|
def DefaultAsmParser : AsmParser;
|
||||||
|
Reference in New Issue
Block a user