(jump_optimize): Check for if (...) { x = a; goto l; } x = b;
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 14 Oct 1996 20:31:15 +0000 (13:31 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 14 Oct 1996 20:31:15 +0000 (13:31 -0700)
commit66bd936126108cd95d354322bd99aaee1742d437
treed541fbfdf6094f8a786938742b8fa72d8598455e
parent61b32c02009f839bb9b02b9a6d4e6fb140aee1a4
(jump_optimize): Check for if (...) { x = a; goto l; } x = b;

From-SVN: r12960
gcc/jump.c