* genmodes.c (make_vector_modes): Mark with ATTRIBUTE_UNUSED.

From-SVN: r85113
This commit is contained in:
Zack Weinberg 2004-07-24 06:26:50 +00:00 committed by Zack Weinberg
parent 4626c43318
commit 4c61a9fd7b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-07-23 Zack Weinberg <zack@codesourcery.com>
* genmodes.c (make_vector_modes): Mark with ATTRIBUTE_UNUSED.
2004-07-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.
@ -10,7 +14,7 @@
redundant setting of TREE_INVARIANT.
(gimplify_expr, case VIEW_CONVERT_EXPR): Call gimplify_compound_lval.
* tree-gimple.c (is_gimple_addr_expr_arg): Call handled_component_p.
2004-07-23 Diego Novillo <dnovillo@redhat.com>
PR tree-optimization/16688

View File

@ -451,7 +451,7 @@ make_complex_modes (enum mode_class class,
/* For all modes in class CLASS, construct vector modes of width
WIDTH, having as many components as necessary. */
#define VECTOR_MODES(C, W) make_vector_modes(MODE_##C, W, __FILE__, __LINE__)
static void
static void ATTRIBUTE_UNUSED
make_vector_modes (enum mode_class class, unsigned int width,
const char *file, unsigned int line)
{