]> git.ipfire.org Git - thirdparty/gcc.git/commit
lambda-code.c (struct lambda_lattice_s): Add a name to the struct.
authorThomas Neumann <tneumann@users.sourceforge.net>
Wed, 6 Jun 2007 14:33:57 +0000 (14:33 +0000)
committerThomas Neumann <tneumann@gcc.gnu.org>
Wed, 6 Jun 2007 14:33:57 +0000 (14:33 +0000)
commit45222d4a3d07fc721de24bcb6c264dcd0541150a
treeb80fec3949a169acee5421cfa7637d4c4eec7242
parent68c834d087355b52387e37a5c87436153b638b05
lambda-code.c (struct lambda_lattice_s): Add a name to the struct.

* lambda-code.c (struct lambda_lattice_s): Add a name to the struct.
(lambda_body_vector_new): Use type safe memory macros.
(lambda_linear_expression_new): Likewise.
(lambda_loopnest_new): Likewise.
(lambda_lattice_new): Likewise.
(replace_uses_equiv_to_x_with_y): Cast according to the coding
conventions. Use type safe memory macros.
* lambda.h (struct lambda_trans_matrix_s): Add a name to the struct.
(lambda_body_vector_s): Likewise.
* lambda-mat.c (lambda_matrix_new): Use type safe memory macros.
* lambda-trans.c (lambda_trans_matrix_new): Likewise.

From-SVN: r125491
gcc/ChangeLog
gcc/lambda-code.c
gcc/lambda-mat.c
gcc/lambda-trans.c
gcc/lambda.h