mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-14 05:20:30 +00:00
Add a use of an otherwise unused variable to remove a warning in non-Asserts
builds. llvm-svn: 175981
This commit is contained in:
parent
4c64670f2d
commit
3ee02ffe83
@ -1220,6 +1220,7 @@ tryInstructionTransform(MachineBasicBlock::iterator &mi,
|
||||
MachineBasicBlock::iterator NewMI = NewMIs[1];
|
||||
bool TransformResult =
|
||||
tryInstructionTransform(NewMI, mi, NewSrcIdx, NewDstIdx, Dist, true);
|
||||
(void)TransformResult;
|
||||
assert(!TransformResult &&
|
||||
"tryInstructionTransform() should return false.");
|
||||
if (NewMIs[1]->getOperand(NewSrcIdx).isKill()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user