mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-12 13:24:29 +00:00
Silence a warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73152 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -7696,7 +7696,7 @@ static bool EltsFromConsecutiveLoads(ShuffleVectorSDNode *N, unsigned NumElems,
|
|||||||
SelectionDAG &DAG, MachineFrameInfo *MFI,
|
SelectionDAG &DAG, MachineFrameInfo *MFI,
|
||||||
const TargetLowering &TLI) {
|
const TargetLowering &TLI) {
|
||||||
LDBase = NULL;
|
LDBase = NULL;
|
||||||
LastLoadedElt = -1;
|
LastLoadedElt = -1U;
|
||||||
for (unsigned i = 0; i < NumElems; ++i) {
|
for (unsigned i = 0; i < NumElems; ++i) {
|
||||||
if (N->getMaskElt(i) < 0) {
|
if (N->getMaskElt(i) < 0) {
|
||||||
if (!LDBase)
|
if (!LDBase)
|
||||||
|
Reference in New Issue
Block a user