mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
R600/SIInstrInfo.cpp: Suppress an warning. [-Wunused-variable]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215406 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
acd4d8e797
commit
61b3abb685
@ -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