]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/i386/i386.h
function.c (assign_stack_temp_for_type): Clear best_p when an exact match is found.
authorJohn Wehle <john@feith.com>
Wed, 10 Feb 1999 23:10:43 +0000 (23:10 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 10 Feb 1999 23:10:43 +0000 (16:10 -0700)
commitd16790f212312ea395cb1d2a4f9641dea9892c64
tree3b7147f259c430743258b593dff47d5c7d2ab26a
parentb111589b09c11e2a18759d1ecbf75af3e53c8536
function.c (assign_stack_temp_for_type): Clear best_p when an exact match is found.

        * function.c (assign_stack_temp_for_type): Clear best_p
        when an exact match is found.
        * i386.h (LOCAL_ALIGNMENT): Define.
        * function.c (assign_stack_local, assign_outer_stack_local): Use it.
        (assign_stack_temp_for_type): New function based on assign_stack_temp.
        (assign_stack_temp): Call it.
        (assign_temp): Use assign_stack_temp_for_type, not assign_stack_temp.
        * stmt.c: Use assign_temp, not assign_stack_temp.
        * tm.texi: Document LOCAL_ALIGNMENT.

From-SVN: r25143
gcc/ChangeLog
gcc/config/i386/i386.h
gcc/function.c
gcc/stmt.c
gcc/tm.texi