mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
R600/SIInstrInfo.cpp: Suppress an warning. [-Wunused-variable]
llvm-svn: 215406
This commit is contained in:
parent
eb7a255ad0
commit
037c4a0074
@ -1394,6 +1394,7 @@ void SIInstrInfo::legalizeOperands(MachineInstr *MI) const {
|
||||
MachineOperand *SOffset = getNamedOperand(*MI, AMDGPU::OpName::soffset);
|
||||
assert(SOffset->isImm() && SOffset->getImm() == 0 && "Legalizing MUBUF "
|
||||
"with non-zero soffset is not implemented");
|
||||
(void)SOffset;
|
||||
|
||||
// Create the new instruction.
|
||||
unsigned Addr64Opcode = AMDGPU::getAddr64Inst(MI->getOpcode());
|
||||
|
Loading…
Reference in New Issue
Block a user