diff options
author | Tom Stellard <[email protected]> | 2012-05-17 14:34:40 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-05-17 14:48:10 -0400 |
commit | ef8e66bc165ea2ef9987ab6406268ce195f74eb0 (patch) | |
tree | 75e345e0d3e81a13ee20ace403ca4afddad32db8 /src/gallium/drivers/radeon/SIInstrInfo.cpp | |
parent | d07473fcf4126c740802e6458452e82cc5c799ba (diff) |
radeon/llvm: Remove AMDIL MAD instruction defs
Diffstat (limited to 'src/gallium/drivers/radeon/SIInstrInfo.cpp')
-rw-r--r-- | src/gallium/drivers/radeon/SIInstrInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/SIInstrInfo.cpp b/src/gallium/drivers/radeon/SIInstrInfo.cpp index 0cb97643a7f..553ac363b78 100644 --- a/src/gallium/drivers/radeon/SIInstrInfo.cpp +++ b/src/gallium/drivers/radeon/SIInstrInfo.cpp @@ -106,7 +106,6 @@ MachineInstr * SIInstrInfo::convertToISA(MachineInstr & MI, MachineFunction &MF, unsigned SIInstrInfo::getISAOpcode(unsigned AMDILopcode) const { switch (AMDILopcode) { - case AMDIL::MAD_f32: return AMDIL::V_MAD_LEGACY_F32; //XXX We need a better way of detecting end of program case AMDIL::RETURN: return AMDIL::S_ENDPGM; default: return AMDGPUInstrInfo::getISAOpcode(AMDILopcode); |