mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 22:50:47 +00:00
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:
parent
de0c42a73a
commit
b45c7c270c
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user