diff options
author | Eric Christopher <echristo@gmail.com> | 2014-05-20 17:11:11 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-05-20 17:11:11 +0000 |
commit | 650c8f2a06f138d795d0188ec8276638e13f7c9d (patch) | |
tree | 2ba4539a4ad633680680072b4d44811d88488354 /llvm/utils | |
parent | c9e2a689054b63e2c02fddd27b1f508bd57451a3 (diff) | |
download | bcm5719-llvm-650c8f2a06f138d795d0188ec8276638e13f7c9d.tar.gz bcm5719-llvm-650c8f2a06f138d795d0188ec8276638e13f7c9d.zip |
Clean up language and grammar.
Based on a patch by jfcaron3@gmail.com!
PR19806
llvm-svn: 209216
Diffstat (limited to 'llvm/utils')
-rw-r--r-- | llvm/utils/TableGen/AsmMatcherEmitter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/AsmMatcherEmitter.cpp b/llvm/utils/TableGen/AsmMatcherEmitter.cpp index 43c2b1a1c1d..bb32cf427ee 100644 --- a/llvm/utils/TableGen/AsmMatcherEmitter.cpp +++ b/llvm/utils/TableGen/AsmMatcherEmitter.cpp @@ -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. |