forked from OSchip/llvm-project
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:
parent
8540f7771c
commit
e1aa194aab
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue