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]

[lra] patch fixing code formatting and adding comments


The following pretty big patch mostly adds comments, fixes old comments and code format.

The patch also fixes calls of alter_subreg in machine dependent files.

Committed as rev. 190447.

2012-08-16 Vladimir Makarov <vmakarov@redhat.com>

        * lra.h: Format the code, tabify.  Fix and add comments.
        * lra-int.h: Ditto.
        * lra.c: Ditto.
        * lra-assigns.c: Ditto.
        * lra-constraints.c: Ditto.
        * lra-coalesce.c: Ditto.
        * lra-eliminations.c: Ditto.
        * lra-equivs.c: Ditto.
        * lra-lives.c: Ditto.
        * lra-spills.c: Ditto.

        * config/pa/pa.c: Add argument to alter_subreg calls.
        * config/v850/v850.c: Ditto.
        * config/sh/sh.md: Ditto.
        * config/arm/arm.c: Ditto.
        * config/xtensa/xtensa.c: Ditto.
        * config/m68k/m68k.c: Ditto.
        * config/m32r/m32r.c: Ditto.

Attachment: comments.patch.gz
Description: x-zip/application


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