diff options
Diffstat (limited to 'src/gallium/drivers/radeon/R600InstrInfo.cpp')
-rw-r--r-- | src/gallium/drivers/radeon/R600InstrInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/R600InstrInfo.cpp b/src/gallium/drivers/radeon/R600InstrInfo.cpp index 42a22576906..684c845e076 100644 --- a/src/gallium/drivers/radeon/R600InstrInfo.cpp +++ b/src/gallium/drivers/radeon/R600InstrInfo.cpp @@ -64,7 +64,7 @@ R600InstrInfo::copyPhysReg(MachineBasicBlock &MBB, unsigned R600InstrInfo::getISAOpcode(unsigned opcode) const { switch (opcode) { - default: return AMDGPUInstrInfo::getISAOpcode(opcode); + default: return opcode; case AMDIL::IEQ: return AMDIL::SETE_INT; case AMDIL::INE: |