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:
Eric Christopher
2014-05-20 17:11:11 +00:00
parent 2bb463448b
commit 68c7a1cb98
10 changed files with 12 additions and 12 deletions

View File

@@ -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.