craig.topper accepted this revision. craig.topper added a comment. This revision is now accepted and ready to land.
LGTM with that one comment. ================ Comment at: lib/CodeGen/CGBuiltin.cpp:10070 + + assert(CC < 0x20 && "condition code should be validated by sema checking"); + ---------------- Sink this into the switch as the default case with an llvm_unreachable https://reviews.llvm.org/D45616 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits