[PATCH] D16635: Fix PR #12906: printing of floating-point constants on non-C locales
Antoine Pitrou via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 28 01:03:45 PST 2016
pitrou added inline comments.
================
Comment at: lib/IR/AsmWriter.cpp:1113
@@ -1112,3 +1113,3 @@
SmallString<128> StrVal;
raw_svector_ostream(StrVal) << Val;
----------------
Yes, the overload is used elsewhere. I've uploaded a new patch that moves the change there, and reconciles float representation between APFloat and raw_ostream.
http://reviews.llvm.org/D16635
More information about the llvm-commits
mailing list