diff options
author | Tom Stellard <[email protected]> | 2012-05-23 14:48:36 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-05-24 14:12:31 -0400 |
commit | 1404e6b9fcc6ff4f962cafa8d81226dff5fef54d (patch) | |
tree | 6b95f8c77c2aca771f75f490e46f61e2a597bcd3 /src/gallium/drivers/radeon/R600InstrInfo.cpp | |
parent | 3059c075a73aa275cc43cf72ba87d64f6d748cd6 (diff) |
radeon/llvm: Remove AMDIL binary instrutions (OR, AND, XOR, NOT)
Diffstat (limited to 'src/gallium/drivers/radeon/R600InstrInfo.cpp')
-rw-r--r-- | src/gallium/drivers/radeon/R600InstrInfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeon/R600InstrInfo.cpp b/src/gallium/drivers/radeon/R600InstrInfo.cpp index 684001593e7..075bac559dd 100644 --- a/src/gallium/drivers/radeon/R600InstrInfo.cpp +++ b/src/gallium/drivers/radeon/R600InstrInfo.cpp @@ -67,8 +67,6 @@ unsigned R600InstrInfo::getISAOpcode(unsigned opcode) const default: return AMDGPUInstrInfo::getISAOpcode(opcode); case AMDIL::CUSTOM_ADD_i32: return AMDIL::ADD_INT; - case AMDIL::CUSTOM_XOR_i32: - return AMDIL::XOR_INT; case AMDIL::IEQ: return AMDIL::SETE_INT; case AMDIL::INE: |