summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/FastISelEmitter.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2013-08-29 22:41:43 +0000
committerJim Grosbach <grosbach@apple.com>2013-08-29 22:41:43 +0000
commitf29df34d120c3d4d3ce86300e084c31746c2118b (patch)
tree8f1e074e612fc55fca81d0b33ecb8e3e83b3ad78 /llvm/utils/TableGen/FastISelEmitter.cpp
parentcfb7b917cbf744ff82e19c7ea29806bbc7557e1d (diff)
downloadbcm5719-llvm-f29df34d120c3d4d3ce86300e084c31746c2118b.tar.gz
bcm5719-llvm-f29df34d120c3d4d3ce86300e084c31746c2118b.zip
Tidy up. Comment grammar.
llvm-svn: 189618
Diffstat (limited to 'llvm/utils/TableGen/FastISelEmitter.cpp')
-rw-r--r--llvm/utils/TableGen/FastISelEmitter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/FastISelEmitter.cpp b/llvm/utils/TableGen/FastISelEmitter.cpp
index 65d4253ce73..e35cf0f1574 100644
--- a/llvm/utils/TableGen/FastISelEmitter.cpp
+++ b/llvm/utils/TableGen/FastISelEmitter.cpp
@@ -805,8 +805,8 @@ void FastISelMap::printFunctionDefinitions(raw_ostream &OS) {
Operands.PrintParameters(OS);
OS << ") {\n";
- // If there are any forms of this signature available that operand on
- // constrained forms of the immediate (e.g. 32-bit sext immediate in a
+ // If there are any forms of this signature available that operate on
+ // constrained forms of the immediate (e.g., 32-bit sext immediate in a
// 64-bit operand), check them first.
std::map<OperandsSignature, std::vector<OperandsSignature> >::iterator MI
OpenPOWER on IntegriCloud