sfantao added a comment. In http://reviews.llvm.org/D14796#292336, @rjmccall wrote:
> What I was thinking was something more along the lines of a little struct > that stored either a Decl * or a FunctionType *, and you could change the > TargetDecl argument to functions like EmitCall and ConstructAttributeList to > that. Maybe call it something like CalleeInfo? Ok, in the new diff I am encoding the declaration and type in a new struct instead of using `CGFunctionInfo` to keep the type. Let me know your comments. Thanks! Samuel http://reviews.llvm.org/D14796 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits