Skip to content

nv50/ir: Initialize ValueDef member origin in constructors.

Vinson Lee requested to merge vlee/mesa:fix-cid-1213946 into master

Fix defects reported by Coverity Scan.

Uninitialized pointer field (UNINIT_CTOR) uninit_member: Non-static class member origin is not initialized in this constructor nor in any functions that it calls.

Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports