ir_reader: Don't initialize globals, builtins, or constructors.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 22 Apr 2010 00:50:16 +0000 (17:50 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 29 Apr 2010 01:14:54 +0000 (18:14 -0700)
commitddf5a011e2c4c9fd65d5d08aaaa284759fcd2f6e
treef7008d862ffb735dfbdb6f6bd810100a93a6d389
parent4ec982fb86ae2476508d2027464241489243a170
ir_reader: Don't initialize globals, builtins, or constructors.

All of these are currently emitted as part of the IR, so by initializing
them, we actually end up with two copies.  For constructors, we may
eventually wish to avoid emitting them as part of the IR output.
ir_reader.cpp