EXPR_SAFELOGICAL is unnecessary. It ends up being the same as EXPR_BINOP.
commita9a6e25425101d430256f0cd333bef1e24794fca
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 2 Aug 2004 05:10:24 +0000 (1 22:10 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:31 +0000 (7 21:02 -0700)
tree2d811bd78cabc6e7c60889cf9e2345ac07ac8c8f
parent6c1e80b75871f7fd2bc6143d535766317444b160
EXPR_SAFELOGICAL is unnecessary. It ends up being the same as EXPR_BINOP.

Make linearize.h show the right ops for the logical (as opposed to
binary) and/or EXPR_BINOP.
compile-i386.c
evaluate.c
expand.c
expression.h
linearize.c
linearize.h
show-parse.c