glsl: Add missing type inference for ir_binop_bfm.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 5 Sep 2013 23:57:29 +0000 (16:57 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 9 Sep 2013 21:42:33 +0000 (14:42 -0700)
commitb973b44a4de3bd02e6c63b4a851c14808bf1df3d
treea0e6b57593ffb5ff76235a3e957eb64878f03ed8
parent722eff674b832e2321f791c68358ef52d2a1ff25
glsl: Add missing type inference for ir_binop_bfm.

Matt noticed that this was missing.  Nothing uses this currently.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/glsl/ir.cpp