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:
@@ -75,8 +75,6 @@ lower_double_pack_impl(nir_function_impl *impl)
|
|||||||
nir_instr_remove(&alu_instr->instr);
|
nir_instr_remove(&alu_instr->instr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user