On 08/19/2013 10:06 AM, Iyer, Balaji V wrote:
Well, it is described in cilkplus.def. The return type of it changes based on the array that is passed in. So, it is given a fake type. Thus, we need to fix it up here.
Right, but it should be fixed up when the CALL_EXPR is created, rather than when that CALL_EXPR is used in another expression.
Jason