translate: remove spurious comment

This commit is contained in:
Keith Whitwell 2008-05-20 14:34:06 +01:00
parent 9232f0c023
commit 8618e6aa16

View file

@ -472,13 +472,7 @@ static boolean build_vertex_emit( struct translate_sse *p,
x86_lea(p->func, vertexECX, x86_make_disp(vertexECX, p->translate.key.output_stride));
/* Incr index
*/ /* Emit code for each of the attributes. Currently routes
* everything through SSE registers, even when it might be more
* efficient to stick with regular old x86. No optimization or
* other tricks - enough new ground to cover here just getting
* things working.
*/
*/
if (linear) {
x86_inc(p->func, idxEBX);
}