mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +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,
|
||||
Node->getOperand(0));
|
||||
if (getTypeAction(Lo.getValueType()) == Expand)
|
||||
// float to i32 etc. can be 'expanded' to a single node.
|
||||
ExpandOp(Lo, Lo, Hi);
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user