summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/R600InstrInfo.cpp
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-05-23 14:58:34 -0400
committerTom Stellard <[email protected]>2012-05-24 14:12:31 -0400
commitdd9927eb36614eccbc48b316befe6a3e37644694 (patch)
tree95d7350ffa1b088def40e3bfbf7c04693ef0abc9 /src/gallium/drivers/radeon/R600InstrInfo.cpp
parent1404e6b9fcc6ff4f962cafa8d81226dff5fef54d (diff)
radeon/llvm: Remove AMDIL ADD instructions
Diffstat (limited to 'src/gallium/drivers/radeon/R600InstrInfo.cpp')
-rw-r--r--src/gallium/drivers/radeon/R600InstrInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeon/R600InstrInfo.cpp b/src/gallium/drivers/radeon/R600InstrInfo.cpp
index 075bac559dd..01d3d0d3bc4 100644
--- a/src/gallium/drivers/radeon/R600InstrInfo.cpp
+++ b/src/gallium/drivers/radeon/R600InstrInfo.cpp
@@ -65,8 +65,6 @@ unsigned R600InstrInfo::getISAOpcode(unsigned opcode) const
{
switch (opcode) {
default: return AMDGPUInstrInfo::getISAOpcode(opcode);
- case AMDIL::CUSTOM_ADD_i32:
- return AMDIL::ADD_INT;
case AMDIL::IEQ:
return AMDIL::SETE_INT;
case AMDIL::INE: