diff options
author | Tom Stellard <[email protected]> | 2012-04-19 10:14:41 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-04-23 09:34:05 -0400 |
commit | f5fc3ac284eb8312e8076a5a9d47a5c082ebb537 (patch) | |
tree | c5ff2f94adfe77a5344cee421b5a1e60783548f0 /src/gallium/drivers/radeon/Makefile.sources | |
parent | 519789d7e6f32efa0e01a9fbc7374bc494d76769 (diff) |
radeon/llvm: Lower VCREATE_v4f32 for R600 and SI
Diffstat (limited to 'src/gallium/drivers/radeon/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/radeon/Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/Makefile.sources b/src/gallium/drivers/radeon/Makefile.sources index 96189e75a17..fad207a6d9f 100644 --- a/src/gallium/drivers/radeon/Makefile.sources +++ b/src/gallium/drivers/radeon/Makefile.sources @@ -56,6 +56,7 @@ CPP_SOURCES := \ AMDGPUTargetMachine.cpp \ AMDGPUISelLowering.cpp \ AMDGPUConvertToISA.cpp \ + AMDGPULowerInstructions.cpp \ AMDGPULowerShaderInstructions.cpp \ AMDGPUReorderPreloadInstructions.cpp \ AMDGPUInstrInfo.cpp \ @@ -70,7 +71,6 @@ CPP_SOURCES := \ R600RegisterInfo.cpp \ SIAssignInterpRegs.cpp \ SICodeEmitter.cpp \ - SIConvertToISA.cpp \ SIInstrInfo.cpp \ SIISelLowering.cpp \ SILowerShaderInstructions.cpp \ |