mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
translate: Remove unused temporary register.
Assuming the side-effect of x86_make_reg is also unnecessary.
This commit is contained in:
parent
ded92e5dd8
commit
b421cb9546
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue