nv50/ir: Initialize CodeEmitter members in constructor.
Fix defects reported by Coverity Scan.
uninit_member: Non-static class member code is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member codeSize is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member codeSizeLimit is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member relocInfo is not initialized in this constructor nor in any functions that it calls.
Signed-off-by: Vinson Lee vlee@freedesktop.org