Ian Romanick writes:
> From: Ian Romanick
>
> The downcast functions for non-leaf classes were previously implemented
> "by hand." Now they are implemented using macros based on the is_foo
> functions added in the previous patch.
>
> Signed-off-by: Ian Romanick
> Cc: Francisco Jerez
Reviewed
From: Ian Romanick
The downcast functions for non-leaf classes were previously implemented
"by hand." Now they are implemented using macros based on the is_foo
functions added in the previous patch.
Signed-off-by: Ian Romanick
Cc: Francisco Jerez
---
src/glsl/ir.h | 40 +-