mesa/program: Switch ir_to_mesa_instruction to the non-zeroing allocator.
authorFrancisco Jerez <currojerez@riseup.net>
Mon, 30 Sep 2013 17:53:16 +0000 (10:53 -0700)
committerFrancisco Jerez <currojerez@riseup.net>
Wed, 2 Oct 2013 00:30:52 +0000 (17:30 -0700)
commit03d46344dff6618dcadd95c058bb136c0b5bcb2f
treeea5c0f356eb9459818b29fa3fca344570cbc406a
parent23e8673afb56f10f8301fa86e4c2cdfd864eaaf7
mesa/program: Switch ir_to_mesa_instruction to the non-zeroing allocator.

All member variables of ir_to_mesa_instruction are already being
initialized from its implicitly defined constructor, it's not
necessary to use rzalloc to allocate its memory.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/program/ir_to_mesa.cpp