[PATCH] D16635: Fix PR #12906: printing of floating-point constants on non-C locales
David Majnemer via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 27 09:50:10 PST 2016
majnemer added a subscriber: majnemer.
================
Comment at: lib/IR/AsmWriter.cpp:1113
@@ -1112,3 +1111,4 @@
SmallString<128> StrVal;
- raw_svector_ostream(StrVal) << Val;
----------------
Does other code in LLVM use this overload of left-shift? If not, I'd remove it. If so, I'd consider moving the change to the ostream code.
http://reviews.llvm.org/D16635
More information about the llvm-commits
mailing list