Simplify if-statements without even evaluating the false side
commit32dc632cf37e8a7a9443e6b38085420ec74ac9ac
authorLinus Torvalds <torvalds@home.transmeta.com>
Sat, 31 May 2003 20:19:17 +0000 (31 13:19 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:00:47 +0000 (7 21:00 -0700)
tree5bb4100f07d589786cbdee7f1b115f938172ae5b
parent9f7a0188911742338e46a70596cab830b3ef3131
Simplify if-statements without even evaluating the false side
for compile-time constant conditionals.

This allows inline functions and macros to do "illegal" things,
as long as it's compile-time deterministic that they aren't done.
evaluate.c
parse.h
show-parse.c