From 34b8c98d7383b9c0d7d094bfbc5fc0272902dd64 Mon Sep 17 00:00:00 2001 From: buzbee Date: Wed, 6 Feb 2013 17:43:42 -0800 Subject: Fix portable build Fix exit block handling. Change-Id: I7a409e36bc602160e8b145b31419af114837cd3a --- src/compiler/frontend.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compiler/frontend.cc') 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(cur_block)); -- cgit v1.2.3-59-g8ed1b