Commit 742f29ab by Ulrich Weigand Committed by Ulrich Weigand

bb-reorder.c (fix_crossing_conditional_branches): Fix crash by removing now-unnecessary assignment.

	* bb-reorder.c (fix_crossing_conditional_branches): Fix crash by
	removing now-unnecessary assignment.

From-SVN: r176533
parent 458f8a16
2011-07-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* bb-reorder.c (fix_crossing_conditional_branches): Fix crash by
removing now-unnecessary assignment.
2011-07-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting
memory address space to the type's address space.
......
......@@ -1603,7 +1603,6 @@ fix_crossing_conditional_branches (void)
new_label = gen_label_rtx ();
emit_label (new_label);
BB_HEAD (new_bb) = new_label;
gcc_assert (GET_CODE (old_label) == LABEL_REF);
old_label = JUMP_LABEL (old_jump);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment