mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 02:31:26 +00:00
Fix a cut-n-paste-error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119866 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
68c26396c0
commit
ff96b63d6f
@ -1779,7 +1779,7 @@ SDNode *ARMDAGToDAGISel::
|
||||
SelectT2CMOVImmOp(SDNode *N, SDValue FalseVal, SDValue TrueVal,
|
||||
ARMCC::CondCodes CCVal, SDValue CCR, SDValue InFlag) {
|
||||
ConstantSDNode *T = dyn_cast<ConstantSDNode>(TrueVal);
|
||||
if (!T || !TrueVal.getNode()->hasOneUse())
|
||||
if (!T)
|
||||
return 0;
|
||||
|
||||
unsigned Opc = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user