mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-24 12:55:45 +00:00
Initializing to false makes better sense. Thanks, David.
llvm-svn: 147679
This commit is contained in:
parent
a498c068f6
commit
07ec6ac15d
@ -645,7 +645,7 @@ bool HexagonTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isInc = 0;
|
bool isInc = false;
|
||||||
bool isLegal = getIndexedAddressParts(Op, VT, isSEXTLoad, Base, Offset,
|
bool isLegal = getIndexedAddressParts(Op, VT, isSEXTLoad, Base, Offset,
|
||||||
isInc, DAG);
|
isInc, DAG);
|
||||||
// ShiftAmount = number of left-shifted bits in the Hexagon instruction.
|
// ShiftAmount = number of left-shifted bits in the Hexagon instruction.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user