i965/vs: Remove stale comment about compressed instructions.

This was copy'n'paste from the fragment shader, and didn't make sense
here.
This commit is contained in:
Eric Anholt 2011-08-16 14:18:51 -07:00
parent db71537f01
commit eb5454f20a
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ vec4_visitor::reg_allocate_trivial()
}
}
/* Note that compressed instructions require alignment to 2 registers. */
hw_reg_mapping[0] = this->first_non_payload_grf;
next = hw_reg_mapping[0] + this->virtual_grf_sizes[0];
for (i = 1; i < this->virtual_grf_count; i++) {