mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-18 15:08:24 +02:00
pan/midgard: Remove check for class
Fixes classes defaulting to vec4 in some cases. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
8842db3a7d
commit
210dbe3fc1
1 changed files with 0 additions and 1 deletions
|
|
@ -492,7 +492,6 @@ allocate_registers(compiler_context *ctx, bool *spilled)
|
|||
|
||||
for (unsigned i = 0; i < ctx->temp_count; ++i) {
|
||||
unsigned class = found_class[i];
|
||||
if (!class) continue;
|
||||
ra_set_node_class(g, i, classes[class]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue