Go to next block group after return, so it gets a pass state (#163)

This commit is contained in:
Michael R Fairhurst
2017-03-16 12:05:09 -07:00
committed by Petr Kobalicek
parent 3f4bb2ba0e
commit 6282179662

View File

@@ -4007,6 +4007,7 @@ _NextGroup:
else if (node_->isRet()) {
ASMJIT_PROPAGATE(
X86RAPass_translateRet(this, static_cast<CCFuncRet*>(node_), func->getExitNode()));
goto _NextGroup;
}
break;
}