aco: remove unused RegType
authorRhys Perry <pendingchaos02@gmail.com>
Tue, 21 Mar 2023 14:47:45 +0000 (14:47 +0000)
committerMarge Bot <emma+marge@anholt.net>
Thu, 25 May 2023 16:29:16 +0000 (16:29 +0000)
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>

src/amd/compiler/aco_ir.h

index c76a792..809cab7 100644 (file)
@@ -310,10 +310,8 @@ withoutVOP3(Format format)
 }
 
 enum class RegType {
-   none = 0,
    sgpr,
    vgpr,
-   linear_vgpr,
 };
 
 struct RegClass {