ir_print_visitor: Add "temporary" to mode string printing.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 22 Jul 2010 23:18:57 +0000 (16:18 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 22 Jul 2010 23:50:36 +0000 (16:50 -0700)
commit40c4298a6ea9e83b49858916d5423fd2135ef39c
treeca8c925f45dd15486bd94886f570ab44a496ff63
parentfbe4240626bfe102a9c4c889ee18cb9ea27bddec
ir_print_visitor: Add "temporary" to mode string printing.

Variables with mode ir_var_temporary were causing an out of bounds array
access and filling my screen with rubbish.  I'm not sure if "temporary"
is the right thing to print.
src/glsl/ir_print_visitor.cpp