mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
note to self: *save* file, then check it in
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27291 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4468c22458
commit
33497cc992
@ -1392,7 +1392,7 @@ SDOperand PPCTargetLowering::PerformDAGCombine(SDNode *N,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If there are non-zero uses of the flag value, use the VCMPo node!
|
// If there are non-zero uses of the flag value, use the VCMPo node!
|
||||||
if (!VCMPoNode->hasNUsesOfValue(0, 1))
|
if (VCMPoNode && !VCMPoNode->hasNUsesOfValue(0, 1))
|
||||||
return SDOperand(VCMPoNode, 0);
|
return SDOperand(VCMPoNode, 0);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user