aco: Don't declare 'Block' as class, but define as struct.

Fixes clang warnings.

Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5228>
This commit is contained in:
Oschowa 2020-05-22 12:40:29 +02:00 committed by Marge Bot
parent c2a778ef0f
commit 536339b0dd

View file

@ -748,7 +748,7 @@ private:
};
};
class Block;
struct Block;
struct Instruction {
aco_opcode opcode;