diff options
author | Tom Stellard <[email protected]> | 2012-09-06 14:05:22 +0000 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-09-06 14:16:59 +0000 |
commit | 2baaa5c7eb21517f0197bfd91154e9b4886fbb1b (patch) | |
tree | 3869b1accbcd39fceecff159dae981a8859b7b49 /src/gallium/drivers/radeon/Makefile.sources | |
parent | d0f51fe567ba93df9388fd307d86ff95060902f6 (diff) |
radeon/llvm: Remove R600InstrInfo.td from TD_FILES
Fixes build bug introduced by
cebbdd4ac23725963207bf6f8fc7101150e6065f
Diffstat (limited to 'src/gallium/drivers/radeon/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/radeon/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |