calls.c (emit_library_call_value_1): Invoke promote_function_mode hook on libcall arguments.
2011-05-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * calls.c (emit_library_call_value_1): Invoke promote_function_mode hook on libcall arguments. * explow.c (promote_function_mode, promote_mode): Handle TYPE argument being NULL. * targhooks.c (default_promote_function_mode): Lisewise. * config/s390/s390.c (s390_promote_function_mode): Likewise. * config/sparc/sparc.c (sparc_promote_function_mode): Likewise. * doc/tm.texi: Document that TYPE argument might be NULL. From-SVN: r173371
Showing
- gcc/ChangeLog 12 additions, 0 deletionsgcc/ChangeLog
- gcc/calls.c 3 additions, 2 deletionsgcc/calls.c
- gcc/config/s390/s390.c 1 addition, 1 deletiongcc/config/s390/s390.c
- gcc/config/sparc/sparc.c 3 additions, 3 deletionsgcc/config/sparc/sparc.c
- gcc/doc/tm.texi 2 additions, 0 deletionsgcc/doc/tm.texi
- gcc/doc/tm.texi.in 2 additions, 0 deletionsgcc/doc/tm.texi.in
- gcc/explow.c 17 additions, 0 deletionsgcc/explow.c
- gcc/targhooks.c 1 addition, 1 deletiongcc/targhooks.c
Loading
Please register or sign in to comment