mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
There is no longer any need to silence this compiler warning as the warning has
been turned off globally. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178451 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4345e8040f
commit
79f615cbfe
@ -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
Block a user