summaryrefslogtreecommitdiff
path: root/utils
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
commitff372dc18d0d569cbcfb7346eb891d6a96219043 (patch)
treeb4f2746aa0bd09f2f90d732eb01c8a97d0afb15e /utils
parentdd46230062c1e83db927737fd2b63237c4285019 (diff)
downloadllvm-ff372dc18d0d569cbcfb7346eb891d6a96219043.tar.gz
llvm-ff372dc18d0d569cbcfb7346eb891d6a96219043.tar.bz2
llvm-ff372dc18d0d569cbcfb7346eb891d6a96219043.tar.xz
Tidy up. Comment grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189618 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/FastISelEmitter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/TableGen/FastISelEmitter.cpp b/utils/TableGen/FastISelEmitter.cpp
index 65d4253ce7..e35cf0f157 100644
--- a/utils/TableGen/FastISelEmitter.cpp
+++ b/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