Mesa (master): freedreno/ir3/ra: cleanup some leftovers

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Apr 13 21:06:29 UTC 2020


Module: Mesa
Branch: master
Commit: 4b24b9647d24e8651449971508347129bef9f42b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b24b9647d24e8651449971508347129bef9f42b

Author: Rob Clark <robdclark at chromium.org>
Date:   Thu Apr  9 16:41:47 2020 -0700

freedreno/ir3/ra: cleanup some leftovers

Signed-off-by: Rob Clark <robdclark at chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4440>

---

 src/freedreno/ir3/ir3_ra.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/freedreno/ir3/ir3_ra.h b/src/freedreno/ir3/ir3_ra.h
index 1e675a0bbd5..45df2397ddc 100644
--- a/src/freedreno/ir3/ir3_ra.h
+++ b/src/freedreno/ir3/ir3_ra.h
@@ -27,14 +27,8 @@
 #ifndef IR3_RA_H_
 #define IR3_RA_H_
 
-//#include "util/u_math.h"
-//#include "util/register_allocate.h"
-//#include "util/ralloc.h"
 #include "util/bitset.h"
 
-//#include "ir3.h"
-//#include "ir3_compiler.h"
-
 
 static const unsigned class_sizes[] = {
 	1, 2, 3, 4,



More information about the mesa-commit mailing list