Skip to content

Commit

Permalink
Don't return before calling the post-processing function(s).
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125256 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
isanbard committed Feb 10, 2011
1 parent de0c42a commit b45c7c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/TableGen/AsmMatcherEmitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit b45c7c2

Please sign in to comment.