aco: remove unused RegType
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Georg Lehmann <dadschoorse@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22636>
This commit is contained in:
@@ -310,10 +310,8 @@ withoutVOP3(Format format)
|
||||
}
|
||||
|
||||
enum class RegType {
|
||||
none = 0,
|
||||
sgpr,
|
||||
vgpr,
|
||||
linear_vgpr,
|
||||
};
|
||||
|
||||
struct RegClass {
|
||||
|
Reference in New Issue
Block a user