[llvm-commits] [llvm-gcc-4.2] r49231 - in /llvm-gcc-4.2/trunk/gcc: llvm-abi.h llvm-convert.cpp llvm-types.cpp
Devang Patel
dpatel at apple.com
Mon Apr 7 09:46:22 PDT 2008
On Apr 6, 2008, at 1:22 AM, Duncan Sands wrote:
>>> The ABI is used in two places in llvm-convert: setting up arguments
>>> to calls,
>>> and extracting arguments inside function bodies. But you only
>>> modified one...
>>
>> which one did I miss ?
>
> FunctionPrologArgumentConversion.
This one handles arguments where as new hook,
HandleAggregateResultAsAggregate(), is for return values.
FunctionPrologArgumentConversion does not override
HandleAggregateResultAsScalar() either.
-
Devang
More information about the llvm-commits
mailing list