]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/stor-layout.h
decl.c, [...]: Remove redundant enum from machine_mode.
[thirdparty/gcc.git] / gcc / stor-layout.h
index ec3bbb8368fb11a2667677ff1510dcc74660f2a5..5c9b148e0550518e5404ef5b5abc99957c864b61 100644 (file)
@@ -100,9 +100,9 @@ extern tree make_unsigned_type (int);
    If LIMIT is nonzero, then don't use modes bigger than MAX_FIXED_MODE_SIZE.
    The value is BLKmode if no other mode is found.  This is like
    mode_for_size, but is passed a tree.  */
-extern enum machine_mode mode_for_size_tree (const_tree, enum mode_class, int);
+extern machine_mode mode_for_size_tree (const_tree, enum mode_class, int);
 
-extern tree bitwise_type_for_mode (enum machine_mode);
+extern tree bitwise_type_for_mode (machine_mode);
 
 /* Given a VAR_DECL, PARM_DECL or RESULT_DECL, clears the results of
    a previous call to layout_decl and calls it again.  */
@@ -116,6 +116,6 @@ extern void relayout_decl (tree);
 extern tree variable_size (tree);
 
 /* Vector types need to check target flags to determine type.  */
-extern enum machine_mode vector_type_mode (const_tree);
+extern machine_mode vector_type_mode (const_tree);
 
 #endif  // GCC_STOR_LAYOUT_H