mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-29 15:04:57 +00:00
remove dup comment
llvm-svn: 42486
This commit is contained in:
parent
2a0b2ab2fc
commit
aa97ad6250
@ -1677,7 +1677,6 @@ SDOperand SelectionDAG::getNode(unsigned Opcode, MVT::ValueType VT,
|
|||||||
case ISD::FP_EXTEND:
|
case ISD::FP_EXTEND:
|
||||||
// This can return overflow, underflow, or inexact; we don't care.
|
// This can return overflow, underflow, or inexact; we don't care.
|
||||||
// FIXME need to be more flexible about rounding mode.
|
// FIXME need to be more flexible about rounding mode.
|
||||||
// FIXME need to be more flexible about rounding mode.
|
|
||||||
(void) V.convert(VT==MVT::f32 ? APFloat::IEEEsingle :
|
(void) V.convert(VT==MVT::f32 ? APFloat::IEEEsingle :
|
||||||
VT==MVT::f64 ? APFloat::IEEEdouble :
|
VT==MVT::f64 ? APFloat::IEEEdouble :
|
||||||
VT==MVT::f80 ? APFloat::x87DoubleExtended :
|
VT==MVT::f80 ? APFloat::x87DoubleExtended :
|
||||||
|
Loading…
Reference in New Issue
Block a user