mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-23 14:25:07 +00:00
Removed UINT_TO_FP and SINT_TO_FP from ISel outright.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22818 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1814,11 +1814,6 @@ unsigned ISel::SelectExpr(SDOperand N, bool Recording) {
|
|||||||
Tmp1 = SelectExpr(N.getOperand(0));
|
Tmp1 = SelectExpr(N.getOperand(0));
|
||||||
BuildMI(BB, PPC::FMR, 1, Result).addReg(Tmp1);
|
BuildMI(BB, PPC::FMR, 1, Result).addReg(Tmp1);
|
||||||
return Result;
|
return Result;
|
||||||
|
|
||||||
case ISD::UINT_TO_FP:
|
|
||||||
case ISD::SINT_TO_FP:
|
|
||||||
assert (0 && "int to float implemented in legalizer");
|
|
||||||
return Result;
|
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user