OSDN Git Service

(jump_optimize): Check for if (...) { x = a; goto l; } x = b;
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Oct 1996 20:31:15 +0000 (20:31 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Oct 1996 20:31:15 +0000 (20:31 +0000)
commit3699ebf7c265956261a7c55549f69023001bf5e5
treed541fbfdf6094f8a786938742b8fa72d8598455e
parent404ba76dd2ed26239f2cc1e3b89f17c257466180
(jump_optimize): Check for if (...) { x = a; goto l; } x = b;

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12960 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/jump.c