mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 21:34:23 +00:00
Add comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49013 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
110cf48752
commit
6ad2f930da
@ -6781,6 +6781,7 @@ void SelectionDAGLegalize::ExpandOp(SDOperand Op, SDOperand &Lo, SDOperand &Hi){
|
|||||||
Lo = ExpandIntToFP(Node->getOpcode() == ISD::SINT_TO_FP, VT,
|
Lo = ExpandIntToFP(Node->getOpcode() == ISD::SINT_TO_FP, VT,
|
||||||
Node->getOperand(0));
|
Node->getOperand(0));
|
||||||
if (getTypeAction(Lo.getValueType()) == Expand)
|
if (getTypeAction(Lo.getValueType()) == Expand)
|
||||||
|
// float to i32 etc. can be 'expanded' to a single node.
|
||||||
ExpandOp(Lo, Lo, Hi);
|
ExpandOp(Lo, Lo, Hi);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user