i965: Move up fs_inst::flag_subreg to backend_instruction.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_visitor.cpp
index ada4a0cdc4d98f92aeffa1c879c1f7f65affdf78..8eb00e737f710e650033a90124de99d741168c91 100644 (file)
@@ -49,6 +49,7 @@ vec4_instruction::vec4_instruction(enum opcode opcode, const dst_reg &dst,
    this->ir = NULL;
    this->urb_write_flags = BRW_URB_WRITE_NO_FLAGS;
    this->header_present = false;
+   this->flag_subreg = 0;
    this->mlen = 0;
    this->base_mrf = 0;
    this->offset = 0;