[PATCH] D29109: [APFloat] Fix comments. NFC.

Kyle Butt via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 17:51:40 PST 2017


iteratee accepted this revision.
iteratee added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Support/APFloat.cpp:73
+     mantissa parts that aren't necessarily adjacent with each other, and an
+     11-bit exponent.
 
----------------
You could clarify that there are 2 11-bit exponents.


https://reviews.llvm.org/D29109





More information about the llvm-commits mailing list