1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

There is no longer any need to silence this compiler warning as the warning has

been turned off globally.

llvm-svn: 178451
This commit is contained in:
Duncan Sands 2013-03-31 17:44:09 +00:00
parent 7e07daa3d5
commit 25d8fd3fd9

View File

@ -220,7 +220,7 @@ static bool canCompareBeNewValueJump(const HexagonInstrInfo *QII,
return false;
}
unsigned cmpReg1, cmpOp2 = 0; // cmpOp2 assignment silences compiler warning.
unsigned cmpReg1, cmpOp2;
cmpReg1 = MI->getOperand(1).getReg();
if (secondReg) {