mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-21 19:20:28 +00:00
Don't return before calling the post-processing function(s).
llvm-svn: 125256
This commit is contained in:
parent
9e1e6813bd
commit
bbb31e6663
@ -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