sdesmalen added inline comments.
================ Comment at: include/llvm/IR/DerivedTypes.h:500 + default: + assert(0 && "Cannot create narrower fp vector element type"); + break; ---------------- nit: Use `llvm_unreachable("message")` instead of `assert(0 && "message")` Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D67549/new/ https://reviews.llvm.org/D67549 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits