ahatanak added inline comments.

================
Comment at: llvm/include/llvm/ADT/APFloat.h:773
+      return U.IEEE.makeZero(Neg);
+    } else if (usesLayout<DoubleAPFloat>(getSemantics())) {
+      return U.Double.makeZero(Neg);
----------------
You don't need else after return.


https://reviews.llvm.org/D27872



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to