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:
Chris Lattner 2006-03-31 06:04:53 +00:00
parent 4468c22458
commit 33497cc992

View File

@ -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;