mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 18:30:09 +01:00
nir: Remove spurious return from void function.
Left over from 450c061362.
Trivial. Built locally with clang and gcc.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=95296
This commit is contained in:
parent
901f57dff5
commit
8ae78f7d28
1 changed files with 0 additions and 2 deletions
|
|
@ -75,8 +75,6 @@ lower_double_pack_impl(nir_function_impl *impl)
|
|||
nir_instr_remove(&alu_instr->instr);
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue