Skip to content

microsoft/compiler: Fix assert.

Vinson Lee requested to merge vlee/mesa:fix-cid-1506245 into main

Fix defect reported by Coverity Scan.

Side effect in assertion (ASSERT_SIDE_EFFECT) assignment_where_comparison_intended: Assignment var->type = glsl_int_type() has a side effect. This code will work differently in a non-debug build.

Fixes: afb64e10 ("microsoft/compiler: Move d3d12_fix_io_uint_type() to dxil_nir.c") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports