Commit 4c61a9fd by Zack Weinberg Committed by Zack Weinberg

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

From-SVN: r85113
parent 4626c433
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> 2004-07-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* tree.def (VIEW_CONVERT_EXPR): Change to class 'r'. * tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.
...@@ -10,7 +14,7 @@ ...@@ -10,7 +14,7 @@
redundant setting of TREE_INVARIANT. redundant setting of TREE_INVARIANT.
(gimplify_expr, case VIEW_CONVERT_EXPR): Call gimplify_compound_lval. (gimplify_expr, case VIEW_CONVERT_EXPR): Call gimplify_compound_lval.
* tree-gimple.c (is_gimple_addr_expr_arg): Call handled_component_p. * tree-gimple.c (is_gimple_addr_expr_arg): Call handled_component_p.
2004-07-23 Diego Novillo <dnovillo@redhat.com> 2004-07-23 Diego Novillo <dnovillo@redhat.com>
PR tree-optimization/16688 PR tree-optimization/16688
......
...@@ -451,7 +451,7 @@ make_complex_modes (enum mode_class class, ...@@ -451,7 +451,7 @@ make_complex_modes (enum mode_class class,
/* For all modes in class CLASS, construct vector modes of width /* For all modes in class CLASS, construct vector modes of width
WIDTH, having as many components as necessary. */ WIDTH, having as many components as necessary. */
#define VECTOR_MODES(C, W) make_vector_modes(MODE_##C, W, __FILE__, __LINE__) #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, make_vector_modes (enum mode_class class, unsigned int width,
const char *file, unsigned int line) const char *file, unsigned int line)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment