diff options
author | Jason Ekstrand <[email protected]> | 2016-10-05 18:09:25 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-10-06 09:16:24 -0700 |
commit | 7a3bcadf4e665ff80775f520715061f4e3d63823 (patch) | |
tree | 8864e241d35256e3c90146e10d8c30d882a790aa /src/compiler/nir/nir.c | |
parent | e00fdd643b98c0ec22a05089c338cb5142003282 (diff) |
nir: Add asserts to the casting functions
This makes calling nir_foo_as_bar a bit safer because we're no longer 100%
trusting in the caller to ensure that it's safe. The caller still needs to
do the right thing but this ensures that we catch invalid casts with an
assert rather than by reading garbage data. The one downside is that we do
use the casts a bit in nir_validate and it's not a validate_assert.
Signed-off-by: Jason Ekstrand <[email protected]>
Reviewed-by: Connor Abbott <[email protected]>
Diffstat (limited to 'src/compiler/nir/nir.c')
0 files changed, 0 insertions, 0 deletions