Put function bodies under function signatures, instead of flat in the parent.
authorEric Anholt <eric@anholt.net>
Wed, 7 Apr 2010 20:19:11 +0000 (13:19 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 8 Apr 2010 00:23:23 +0000 (17:23 -0700)
commit894ea972a4defdaafeaa3a248c113b06c7ae0c7e
tree2efd3473b4375e0ee1ea2714f7530f590054a7aa
parentf1ddca9f2143e377d2a70941dcedbb1f5c699e07
Put function bodies under function signatures, instead of flat in the parent.

This will let us know the length of function bodies for the purpose of
inlining (among other uses).
ast_to_hir.cpp
builtin_function.cpp
glsl_types.cpp
ir.cpp
ir.h
ir_constant_folding.cpp
ir_print_visitor.cpp