[x86] Rename In32BitMode predicate to Not64BitMode
[oota-llvm.git] / utils / TableGen / FastISelEmitter.cpp
index 65d4253ce73e526f723040848d497a98f2e7b144..e35cf0f157496c080a44aa57457abddd2b6ef4de 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