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
This commit is contained in:
Bill Wendling 2011-02-10 01:28:26 +00:00
parent de0c42a73a
commit b45c7c270c

View File

@ -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 =