glsl2: Clone methods return the type of the thing being cloned
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 7 Jul 2010 00:41:02 +0000 (17:41 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 7 Jul 2010 00:44:37 +0000 (17:44 -0700)
commitca088cc277ce9f986693c857f3961dc0e1a4d91c
treebaec2a0f395913a7439c2c72803be0604cef377e
parentf14e596f11b4e44c75a880536efb1e8c5a72da7d
glsl2: Clone methods return the type of the thing being cloned

This is as opposed to returning the type of the base class of the hierarchy.
src/glsl/ast_to_hir.cpp
src/glsl/ir.h
src/glsl/ir_clone.cpp
src/glsl/ir_constant_expression.cpp
src/glsl/ir_function_inlining.cpp