[llvm] r189618 - Tidy up. Comment grammar.
Jim Grosbach
grosbach at apple.com
Thu Aug 29 15:41:43 PDT 2013
Author: grosbach
Date: Thu Aug 29 17:41:43 2013
New Revision: 189618
URL: http://llvm.org/viewvc/llvm-project?rev=189618&view=rev
Log:
Tidy up. Comment grammar.
Modified:
llvm/trunk/utils/TableGen/FastISelEmitter.cpp
Modified: llvm/trunk/utils/TableGen/FastISelEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/FastISelEmitter.cpp?rev=189618&r1=189617&r2=189618&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/FastISelEmitter.cpp (original)
+++ llvm/trunk/utils/TableGen/FastISelEmitter.cpp Thu Aug 29 17:41:43 2013
@@ -805,8 +805,8 @@ void FastISelMap::printFunctionDefinitio
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
More information about the llvm-commits
mailing list