glsl: add a empty set_is_lhs on ast_node
authorAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 19 Apr 2016 09:15:54 +0000 (11:15 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 26 May 2016 06:39:07 +0000 (08:39 +0200)
commitb9f90ef652dae687a5aff97f9132b374320638a5
tree739e60e50394432e060270163d4b82e7e95a3d87
parent5b2675093e863a52b610f112884ae12d42513770
glsl: add a empty set_is_lhs on ast_node

Just to allow to call set_is_lhs on any ast_node without a casting. Useful
when processing a ast_node list that we know it contain ast_expression.

v2: comment out new_value to avoid unused parameter warning (Ian Romanick)

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/compiler/glsl/ast.h
src/compiler/glsl/ast_to_hir.cpp