mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
80 columns
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58717 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c7c77297e2
commit
53997b0745
@ -5610,8 +5610,8 @@ ExpandIntToFP(bool isSigned, MVT DestTy, SDValue Source) {
|
||||
Hi = Source;
|
||||
}
|
||||
|
||||
// Check to see if the target has a custom way to lower this. If so, use it.
|
||||
// (Note we've already expanded the operand in this case.)
|
||||
// Check to see if the target has a custom way to lower this. If so, use
|
||||
// it. (Note we've already expanded the operand in this case.)
|
||||
switch (TLI.getOperationAction(ISD::UINT_TO_FP, SourceVT)) {
|
||||
default: assert(0 && "This action not implemented for this operation!");
|
||||
case TargetLowering::Legal:
|
||||
|
Loading…
Reference in New Issue
Block a user