From: Tom Stellard Date: Thu, 6 Sep 2012 14:05:22 +0000 (+0000) Subject: radeon/llvm: Remove R600InstrInfo.td from TD_FILES X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2baaa5c7eb21517f0197bfd91154e9b4886fbb1b;p=mesa.git radeon/llvm: Remove R600InstrInfo.td from TD_FILES Fixes build bug introduced by cebbdd4ac23725963207bf6f8fc7101150e6065f --- diff --git a/src/gallium/drivers/radeon/Makefile.sources b/src/gallium/drivers/radeon/Makefile.sources index 333dd03392d..f387636270c 100644 --- a/src/gallium/drivers/radeon/Makefile.sources +++ b/src/gallium/drivers/radeon/Makefile.sources @@ -10,7 +10,6 @@ TD_FILES := \ AMDILIntrinsics.td \ AMDILRegisterInfo.td \ Processors.td \ - R600InstrInfo.td \ R600Instructions.td \ R600Intrinsics.td \ R600IntrinsicsNoOpenCL.td \