mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Clean up language and grammar.
Based on a patch by jfcaron3@gmail.com! PR19806 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209216 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -193,10 +193,10 @@ struct ClassInfo {
|
||||
/// parsing on the operand.
|
||||
std::string ParserMethod;
|
||||
|
||||
/// For register classes, the records for all the registers in this class.
|
||||
/// For register classes: the records for all the registers in this class.
|
||||
RegisterSet Registers;
|
||||
|
||||
/// For custom match classes, he diagnostic kind for when the predicate fails.
|
||||
/// For custom match classes: the diagnostic kind for when the predicate fails.
|
||||
std::string DiagnosticType;
|
||||
public:
|
||||
/// isRegisterClass() - Check if this is a register class.
|
||||
|
Reference in New Issue
Block a user