On 2016-02-13 18:14:18, Jason Ekstrand wrote:
> NIR has never been used on IR where we haven't already done function
> inlining so this code has been dead from the beginning. Let's just get rid
> of it for now. We can alwasy put it back in if we decide to use NIR for
typo: always
Reviewed-by: J
NIR has never been used on IR where we haven't already done function
inlining so this code has been dead from the beginning. Let's just get rid
of it for now. We can alwasy put it back in if we decide to use NIR for
function inlining at some point in the future.
---
src/compiler/nir/glsl_to_nir.