mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-23 11:38:38 +00:00
Initializing to false makes better sense. Thanks, David.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147679 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a32a08c8e2
commit
6da0ef9ca4
@ -645,7 +645,7 @@ bool HexagonTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op,
|
||||
return false;
|
||||
}
|
||||
|
||||
bool isInc = 0;
|
||||
bool isInc = false;
|
||||
bool isLegal = getIndexedAddressParts(Op, VT, isSEXTLoad, Base, Offset,
|
||||
isInc, DAG);
|
||||
// ShiftAmount = number of left-shifted bits in the Hexagon instruction.
|
||||
|
Loading…
x
Reference in New Issue
Block a user