mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 01:38:26 +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:
parent
403fc14370
commit
05862c9788
@ -790,8 +790,8 @@ class AsmParser {
|
||||
// This can be used to perform target specific instruction post-processing.
|
||||
string AsmParserInstCleanup = "";
|
||||
|
||||
//ShouldEmitMatchRegisterName - Set to false if the target needs a hand
|
||||
//written register name matcher
|
||||
// ShouldEmitMatchRegisterName - Set to false if the target needs a hand
|
||||
// written register name matcher
|
||||
bit ShouldEmitMatchRegisterName = 1;
|
||||
}
|
||||
def DefaultAsmParser : AsmParser;
|
||||
|
Loading…
x
Reference in New Issue
Block a user