Avoid warning in release-asserts build.

llvm-svn: 71275
This commit is contained in:
Mike Stump 2009-05-08 22:53:06 +00:00
parent 1dccca6452
commit 9779d47f7a

View File

@ -935,6 +935,7 @@ bool TwoAddressInstructionPass::runOnMachineFunction(MachineFunction &MF) {
++NumReMats;
} else {
bool Emitted = TII->copyRegToReg(*mbbi, mi, regA, regB, rc, rc);
(void)Emitted;
assert(Emitted && "Unable to issue a copy instruction!\n");
}