Fix hang when compiling leaf blocks
This commit is contained in:
@@ -496,6 +496,7 @@ namespace aarch64
|
|||||||
auto i = llvm::dyn_cast<llvm::Instruction>(bit);
|
auto i = llvm::dyn_cast<llvm::Instruction>(bit);
|
||||||
if (!is_ret_instruction(i))
|
if (!is_ret_instruction(i))
|
||||||
{
|
{
|
||||||
|
++bit;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user