rjmccall added a comment.

LLVM is sometimes confused by bitcasts of function pointers, but that's just a 
weird exception to the basic rule that pointer element types aren't supposed to 
actually matter in LLVM IR.  There's a (stalled, unfortunately) effort to 
remove pointer element types from IR entirely for exactly that reason.

https://reviews.llvm.org/D49403



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

Reply via email to