This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, i386]: Remove a couple of unneeded !TARGET_64BIT checks from va_arg handling functions


These checks are already present in is_va_list_char_pointer.

2015-07-25  Uros Bizjak  <ubizjak@gmail.com>

    * config/i386/i386.c (ix86_va_start): Remove
    unneeded !TARGET_64BIT check.
    (ix86_gimplify_va_arg): Ditto.

Bootstrapped and regression tested on x86_64-linux-gnu {,-m32}.

Committed to mainline SVN.

Uros.

Attachment: p.diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]