Don't return before calling the post-processing function(s).

llvm-svn: 125256
This commit is contained in:
Bill Wendling 2011-02-10 01:28:26 +00:00
parent 9e1e6813bd
commit bbb31e6663

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 =