diff options
author | Tom Stellard <[email protected]> | 2012-05-07 15:20:26 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-05-08 15:47:45 -0400 |
commit | 52a7f212d36bd9829494bd588ecb9a3ebe9fc28a (patch) | |
tree | 6c4bb5a2d57b80d7d8b082edfd0ae7b72e9107b6 /src/gallium/drivers/radeon/Makefile.sources | |
parent | e042b3aeed917b179d24c1f7a099c4cce56d2e25 (diff) |
radeon/llvm: Remove the ReorderPreloadInstructions pass
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 6e649152120..9149cf3caf5 100644 --- a/src/gallium/drivers/radeon/Makefile.sources +++ b/src/gallium/drivers/radeon/Makefile.sources @@ -43,7 +43,6 @@ CPP_SOURCES := \ AMDGPUConvertToISA.cpp \ AMDGPULowerInstructions.cpp \ AMDGPULowerShaderInstructions.cpp \ - AMDGPUReorderPreloadInstructions.cpp \ AMDGPUInstrInfo.cpp \ AMDGPURegisterInfo.cpp \ AMDGPUUtil.cpp \ |