[PATCH] D27934: [APFloat] Remove 'else' after return. NFC

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 11:42:03 PST 2016


mehdi_amini added inline comments.


================
Comment at: llvm/include/llvm/ADT/APFloat.h:772-774
     } else {
       llvm_unreachable("Unexpected semantics");
     }
----------------
Why aren't you doing the same transformation as before here?


https://reviews.llvm.org/D27934





More information about the llvm-commits mailing list