diff options
Diffstat (limited to 'src/compiler/frontend.cc')
| -rw-r--r-- | src/compiler/frontend.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/frontend.cc b/src/compiler/frontend.cc index 6eb117a200..44baea28fa 100644 --- a/src/compiler/frontend.cc +++ b/src/compiler/frontend.cc @@ -972,7 +972,6 @@ static CompiledMethod* CompileMethod(Compiler& compiler, cur_block = ProcessCanBranch(cu.get(), cur_block, insn, cur_offset, width, flags, code_ptr, code_end); } else if (flags & Instruction::kReturn) { - cur_block->has_return = true; cur_block->fall_through = exit_block; InsertGrowableList(cu.get(), exit_block->predecessors, reinterpret_cast<uintptr_t>(cur_block)); |