mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-26 14:15:53 +00:00
Fix unused variable warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193823 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6c4594f5b8
commit
36fd930ca4
@ -708,6 +708,9 @@ parseMemoryOperand(StackMaps::Location::LocationType LocTy,
|
||||
Index.isReg() && Index.getReg() == 0 &&
|
||||
Disp.isImm() && ZeroReg.isReg() && (ZeroReg.getReg() == 0) &&
|
||||
"Unsupported x86 memory operand sequence.");
|
||||
(void)Scale;
|
||||
(void)Index;
|
||||
(void)ZeroReg;
|
||||
|
||||
return std::make_pair(
|
||||
Location(LocTy, Base.getReg(), Disp.getImm()), ++MOI);
|
||||
|
Loading…
Reference in New Issue
Block a user