OSDN Git Service

Tidy up. Comment grammar.
authorJim Grosbach <grosbach@apple.com>
Thu, 29 Aug 2013 22:41:43 +0000 (22:41 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 29 Aug 2013 22:41:43 +0000 (22:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189618 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/FastISelEmitter.cpp

index 65d4253..e35cf0f 100644 (file)
@@ -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