rjmccall added a comment.

This is an inappropriate fix for this problem.  If these runtime functions can 
never throw, which seems to be the case, you should create the function type 
with a no-throw exception specification, which will make EmitCall emit the call 
with a CallInst.  EST_BasicNoexcept should be sufficient.


http://reviews.llvm.org/D13285



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to