Displaying 2 results from an estimated 2 matches for "ee912fd7".
2011 Apr 06
0
[LLVMdev] Incompatible types at call site
...int32 instead of an
>> int64.
>> And later converts it by assuming an unsigned to unsigned cast.
>>
>> Arushi
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110406/ee912fd7/attachment.html>
2011 Apr 06
2
[LLVMdev] Incompatible types at call site
Hi Arushi,
> I got this from C code compiled by llvm-gcc.
>
> There is a consistent prototype for the function
>
> TypHandle Cyclotomic ( hdRes, n, m )
> TypHandle hdRes;
> long n, m;
>
> the call looks as follows,
> hdI = ProdCyc( hdI, Cyclotomic( HdResult, n, 1 ) );
I bet the call occurs before the function is defined.