diff options
author | Tom Stellard <[email protected]> | 2012-05-10 15:31:42 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-05-10 15:41:32 -0400 |
commit | 628e5b208a1ca04c696f52c8d4d18b0ea5457a22 (patch) | |
tree | 55e3de5acf4228831fca71efedb0dfd51949be42 /src/gallium/drivers/radeon/Makefile.sources | |
parent | f8e9c29020289387f0f429ac6d3c28e73e5847a3 (diff) |
radeon/llvm: Remove SILowerShaderInstructions.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 8c302e160d4..b7f70c2dad5 100644 --- a/src/gallium/drivers/radeon/Makefile.sources +++ b/src/gallium/drivers/radeon/Makefile.sources @@ -54,7 +54,6 @@ CPP_SOURCES := \ SICodeEmitter.cpp \ SIInstrInfo.cpp \ SIISelLowering.cpp \ - SILowerShaderInstructions.cpp \ SIMachineFunctionInfo.cpp \ SIPropagateImmReads.cpp \ SIRegisterInfo.cpp \ |