diff options
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILInstrInfo.cpp')
-rw-r--r-- | src/gallium/drivers/radeon/AMDILInstrInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/AMDILInstrInfo.cpp b/src/gallium/drivers/radeon/AMDILInstrInfo.cpp index 8e27ae3433a..0ac56b5186d 100644 --- a/src/gallium/drivers/radeon/AMDILInstrInfo.cpp +++ b/src/gallium/drivers/radeon/AMDILInstrInfo.cpp @@ -531,7 +531,6 @@ switch (MI->getOpcode()) { default: break; ExpandCaseToByteShortTypes(AMDIL::LOCALLOAD); - ExpandCaseToByteShortTypes(AMDIL::GLOBALLOAD); ExpandCaseToByteShortTypes(AMDIL::REGIONLOAD); ExpandCaseToByteShortTypes(AMDIL::PRIVATELOAD); ExpandCaseToByteShortTypes(AMDIL::CPOOLLOAD); |