Skip to content

r600/sfn: Remove unused AluInstruction members.

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

Fix defects reported by Coverity Scan.

uninit_member: Non-static class member m_omod is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member m_pred_sel is not initialized in this constructor nor in any functions that it calls.

Suggested-by: Emma Anholt emma@anholt.net Signed-off-by: Vinson Lee vlee@freedesktop.org

Edited by Vinson Lee

Merge request reports