git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113172 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-09-06 21:23:43 +00:00
parent 2b1f943444
commit 80db4e51d2

View File

@ -1720,7 +1720,7 @@ void AsmMatcherEmitter::run(raw_ostream &OS) {
<< Info.Instructions.size() << ", Mnemonic, LessOpcode());\n\n";
OS << " for (const MatchEntry *it = MnemonicRange.first, "
<< "*ie = MnemonicRange.second;\n"
<< "*ie = MnemonicRange.second;\n";
OS << " it != ie; ++it) {\n";
OS << " // Instruction mneumonic must match.\n";