glsl: Implement ast-to-hir for bit-shift-assignment
authorChad Versace <chad.versace@intel.com>
Fri, 15 Oct 2010 17:05:50 +0000 (10:05 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 19 Oct 2010 20:17:33 +0000 (13:17 -0700)
commit338ed6ec297d76746b6466c26c307722af965e60
tree3112f1aa934dd6682a179ad68a0a1ab2248cd6f7
parentc0197ab0af94ed0f3b2d453fb1ee6589f15d8e9c
glsl: Implement ast-to-hir for bit-shift-assignment

Implement by adding to ast_expression::hir() these cases:
    - ast_ls_assign
    - ast_rs_assign
src/glsl/ast_to_hir.cpp