nv50/ir: Initialize GCRA::RIG_Node members.
Fix defects reported by Coverity Scan.
uninit_member: Non-static class member degree is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member degreeLimit is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member maxReg is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member f is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member reg is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member weight is not initialized in this constructor nor in any functions that it calls.
Signed-off-by: Vinson Lee vlee@freedesktop.org