mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-22 12:08:33 +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 (!VCMPoNode->hasNUsesOfValue(0, 1))
|
||||
if (VCMPoNode && !VCMPoNode->hasNUsesOfValue(0, 1))
|
||||
return SDOperand(VCMPoNode, 0);
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user