mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 22:01:56 +00:00
Mark an assert-only variable as used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109091 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
986569ac9a
commit
30d35b8720
@ -855,6 +855,7 @@ static bool f64AssignAAPCS(unsigned &ValNo, EVT &ValVT, EVT &LocVT,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
unsigned T = State.AllocateReg(LoRegList[i]);
|
unsigned T = State.AllocateReg(LoRegList[i]);
|
||||||
|
(void)T;
|
||||||
assert(T == LoRegList[i] && "Could not allocate register");
|
assert(T == LoRegList[i] && "Could not allocate register");
|
||||||
|
|
||||||
State.addLoc(CCValAssign::getCustomReg(ValNo, ValVT, Reg, LocVT, LocInfo));
|
State.addLoc(CCValAssign::getCustomReg(ValNo, ValVT, Reg, LocVT, LocInfo));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user