From: Bill Wendling Date: Thu, 10 Feb 2011 01:28:26 +0000 (+0000) Subject: Don't return before calling the post-processing function(s). X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b45c7c270c2845b8ad3322ef44a1ce2032ed0113;p=oota-llvm.git Don't return before calling the post-processing function(s). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125256 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/AsmMatcherEmitter.cpp b/utils/TableGen/AsmMatcherEmitter.cpp index aeff23df325..776ab6382e0 100644 --- a/utils/TableGen/AsmMatcherEmitter.cpp +++ b/utils/TableGen/AsmMatcherEmitter.cpp @@ -2345,7 +2345,6 @@ void AsmMatcherEmitter::run(raw_ostream &OS) { << " it->Opcode, Operands))\n"; OS << " return Match_ConversionFail;\n"; OS << "\n"; - OS << " return Match_Success;\n"; // Call the post-processing function, if used. std::string InsnCleanupFn =