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 8540f7771c
commit e1aa194aab
1 changed files with 1 additions and 1 deletions

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) {