From c0855f8a88e6102898dbe32ce9c66c56bf33c53a Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Sun, 30 Sep 2007 19:08:12 +0000 Subject: [PATCH] remove dup comment llvm-svn: 42486 --- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index e286eb0ec5bb..5ed676e2adc4 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -1677,7 +1677,6 @@ SDOperand SelectionDAG::getNode(unsigned Opcode, MVT::ValueType VT, case ISD::FP_EXTEND: // 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. (void) V.convert(VT==MVT::f32 ? APFloat::IEEEsingle : VT==MVT::f64 ? APFloat::IEEEdouble : VT==MVT::f80 ? APFloat::x87DoubleExtended : -- GitLab