Add support for evaluating builtin functions at compile time.
commit84c9339ec6e5b6999db53cf639ed10126aba116d
authorLinus Torvalds <torvalds@penguin.transmeta.com>
Tue, 20 May 2003 19:52:51 +0000 (20 12:52 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:00:42 +0000 (7 21:00 -0700)
treef51880c712b9f9d467bfdc966dd234b84913ac68
parent920bc36ceb09117937d01131ca743efe44478c67
Add support for evaluating builtin functions at compile time.

This should also do the inline function expansion, but we still
don't do that. For now we just do the "__builtin_constant_p()"
as the only such function. We'll expand the repertoire some day.
evaluate.c
symbol.c
symbol.h