diff options
author | Tom Stellard <[email protected]> | 2012-04-25 11:55:01 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-04-25 12:52:43 -0400 |
commit | 540ec964db1c0046935def3c85b2a5c7bd634782 (patch) | |
tree | bb8b4d49e6a64151f9442e572e6456861904f56d /src/gallium/drivers/radeon/Makefile.sources | |
parent | 914244e59d6ad08ec2dd815129c6e75b32843d80 (diff) |
radeon/llvm: Remove AMDILModuleInfo.cpp
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 462b0eb651a..dc156047298 100644 --- a/src/gallium/drivers/radeon/Makefile.sources +++ b/src/gallium/drivers/radeon/Makefile.sources @@ -31,7 +31,6 @@ CPP_SOURCES := \ AMDILMachineFunctionInfo.cpp \ AMDILMachinePeephole.cpp \ AMDILMCCodeEmitter.cpp \ - AMDILModuleInfo.cpp \ AMDILNIDevice.cpp \ AMDILPeepholeOptimizer.cpp \ AMDILRegisterInfo.cpp \ |