diff options
| author | 2013-02-07 02:09:06 +0000 | |
|---|---|---|
| committer | 2013-02-07 02:09:06 +0000 | |
| commit | cc07edb6bb274593c687188c99015c30dd73acae (patch) | |
| tree | 48a091b942e8669258394fb135d6bce0ab5f514e /src/compiler/frontend.cc | |
| parent | 1f99173cf7cdfab58eb00d9e0dd1d714fcd6b529 (diff) | |
| parent | 34b8c98d7383b9c0d7d094bfbc5fc0272902dd64 (diff) | |
Merge "Fix portable build" into dalvik-dev
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)); |