[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.2
or
if
(c
||
d)
goto
L1;
becomes
if
(c)
goto
L1;
if
(d)
goto
L1;
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]