summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-04-18 23:46:25 +0000
committerJim Grosbach <grosbach@apple.com>2012-04-18 23:46:25 +0000
commit925a6d08c5d405c5fb0d7198b3fee4a8c18a8f07 (patch)
tree6d6480b6a6c99beaafd130d044ac8ec5d6acb85c /llvm/utils
parentec4bd31206108a5b1e2ba8e9e6febaba577d31b4 (diff)
downloadbcm5719-llvm-925a6d08c5d405c5fb0d7198b3fee4a8c18a8f07.tar.gz
bcm5719-llvm-925a6d08c5d405c5fb0d7198b3fee4a8c18a8f07.zip
Fix typo.
llvm-svn: 155075
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/TableGen/AsmMatcherEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/AsmMatcherEmitter.cpp b/llvm/utils/TableGen/AsmMatcherEmitter.cpp
index dc92a6c218e..812d81cd3fd 100644
--- a/llvm/utils/TableGen/AsmMatcherEmitter.cpp
+++ b/llvm/utils/TableGen/AsmMatcherEmitter.cpp
@@ -1127,7 +1127,7 @@ AsmMatcherInfo::AsmMatcherInfo(Record *asmParser,
/// defined operand parsing methods.
void AsmMatcherInfo::BuildOperandMatchInfo() {
- /// Map containing a mask with all operands indicies that can be found for
+ /// Map containing a mask with all operands indices that can be found for
/// that class inside a instruction.
std::map<ClassInfo*, unsigned> OpClassMask;
OpenPOWER on IntegriCloud