mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 04:30:10 +01:00
gallivm: Removed unused variable.
Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
parent
a0ddc54777
commit
29557a1fa8
1 changed files with 1 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ lp_emit_instruction_aos(
|
|||
int *pc)
|
||||
{
|
||||
LLVMValueRef src0, src1, src2;
|
||||
LLVMValueRef tmp0, tmp1;
|
||||
LLVMValueRef tmp0;
|
||||
LLVMValueRef dst0 = NULL;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue