diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-08-01 22:10:24 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:02:31 -0700 |
commit | a9a6e25425101d430256f0cd333bef1e24794fca (patch) | |
tree | 2d811bd78cabc6e7c60889cf9e2345ac07ac8c8f /expression.h | |
parent | Make expression expansion calculate the "cost" of the (diff) | |
download | sparse-a9a6e25425101d430256f0cd333bef1e24794fca.tar.gz sparse-a9a6e25425101d430256f0cd333bef1e24794fca.tar.bz2 sparse-a9a6e25425101d430256f0cd333bef1e24794fca.zip |
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.
Diffstat (limited to 'expression.h')
-rw-r--r-- | expression.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/expression.h b/expression.h index dde102b..d03cdc3 100644 --- a/expression.h +++ b/expression.h @@ -21,7 +21,6 @@ enum expression_type { EXPR_BINOP, EXPR_ASSIGNMENT, EXPR_LOGICAL, - EXPR_SAFELOGICAL, EXPR_DEREF, EXPR_PREOP, EXPR_POSTOP, |