[GlobalISel] Don't translate other blocks when one failed.
We were stopping the translation of the parent block when the translation of an instruction failed, but we were still trying to translate the other blocks of the parent function. Don't do that. llvm-svn: 296047
Loading
Please sign in to comment