[be] handle 'break' and 'continue' in loop emit code
commit19209d98da91c3407fb2325420fc3e4da79b1feb
authorJeff Garzik <jgarzik@redhat.com>
Sun, 8 Feb 2004 23:35:53 +0000 (8 16:35 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:18 +0000 (7 21:01 -0700)
tree4e6075c13563e7db192bcc3497b2a1d07454374e
parentc9630e8363def11c0202332381c394d14ebf32ea
[be] handle 'break' and 'continue' in loop emit code

The loop generator should be correct now; all that remains is to
actually generate the jumps based on the loop label info we now
store in the "loop stack".
compile-i386.c