[llvm-commits] [llvm] r155075 - /llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp

Jim Grosbach grosbach at apple.com
Wed Apr 18 16:46:25 PDT 2012


Author: grosbach
Date: Wed Apr 18 18:46:25 2012
New Revision: 155075

URL: http://llvm.org/viewvc/llvm-project?rev=155075&view=rev
Log:
Fix typo.

Modified:
    llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp

Modified: llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp?rev=155075&r1=155074&r2=155075&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp (original)
+++ llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp Wed Apr 18 18:46:25 2012
@@ -1127,7 +1127,7 @@
 /// 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;
 





More information about the llvm-commits mailing list