summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/Makefile
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-05-09 11:44:27 -0400
committerTom Stellard <[email protected]>2012-05-09 12:49:44 -0400
commitc2e081030e5c6f96ea3eb9948e5c0d0d2ed79a3d (patch)
treeea63ad91ce4c363dcbc64c4af81f0e636d0fd537 /src/gallium/drivers/radeon/Makefile
parentd0403cafd479964a80d95299d079845593e9891f (diff)
radeon/llvm: Don't rely on tablegen for lowering int_AMDGPU_load_const
Diffstat (limited to 'src/gallium/drivers/radeon/Makefile')
-rw-r--r--src/gallium/drivers/radeon/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/radeon/Makefile b/src/gallium/drivers/radeon/Makefile
index 13aa3605dcd..cc409645a6e 100644
--- a/src/gallium/drivers/radeon/Makefile
+++ b/src/gallium/drivers/radeon/Makefile
@@ -35,9 +35,6 @@ else
cp R600IntrinsicsOpenCL.td R600Intrinsics.td
endif
-R600ShaderPatterns.td: AMDGPUGenShaderPatterns.pl
- $(PERL) $^ C > $@
-
R600RegisterInfo.td: R600GenRegisterInfo.pl
$(PERL) $^ > $@