mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 02:34:48 +00:00
Avoid warning in release-asserts build.
llvm-svn: 71275
This commit is contained in:
parent
1dccca6452
commit
9779d47f7a
@ -935,6 +935,7 @@ bool TwoAddressInstructionPass::runOnMachineFunction(MachineFunction &MF) {
|
|||||||
++NumReMats;
|
++NumReMats;
|
||||||
} else {
|
} else {
|
||||||
bool Emitted = TII->copyRegToReg(*mbbi, mi, regA, regB, rc, rc);
|
bool Emitted = TII->copyRegToReg(*mbbi, mi, regA, regB, rc, rc);
|
||||||
|
(void)Emitted;
|
||||||
assert(Emitted && "Unable to issue a copy instruction!\n");
|
assert(Emitted && "Unable to issue a copy instruction!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user