;
authorChris Lattner <sabre@nondot.org>
Mon, 6 Sep 2010 21:23:43 +0000 (21:23 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Sep 2010 21:23:43 +0000 (21:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113172 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/AsmMatcherEmitter.cpp

index a9dd6b6e978252f984b380f00f029a28819b0d17..ef71cf3938d08948a098bc4a83bf2c366d336b98 100644 (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";