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

From Oschowa
536339b0dda33241d21a0e045681419ca46fc812 in mainline mesa

reduces clang warnings
This commit is contained in:
jsg 2020-08-27 04:20:57 +00:00
parent 952b4b274c
commit bec5c196e7

View File

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