translate: Remove unused temporary register.

Assuming the side-effect of x86_make_reg is also unnecessary.
This commit is contained in:
José Fonseca 2010-08-16 17:20:54 +01:00
parent ded92e5dd8
commit b421cb9546

View file

@ -495,7 +495,6 @@ static boolean translate_attr_convert( struct translate_sse *p,
|| a->output_format == PIPE_FORMAT_R32G32B32A32_FLOAT))
{
struct x86_reg dataXMM = x86_make_reg(file_XMM, 0);
struct x86_reg tmpXMM = x86_make_reg(file_XMM, 1);
for(i = 0; i < output_desc->nr_channels; ++i)
{