Commit e3861d2a by Nathan Sidwell Committed by Nathan Sidwell

stor-layout.c (sizetype_set): Remove.

	* stor-layout.c (sizetype_set): Remove.
	(set_sizetype): Don't test or set it.

From-SVN: r86668
parent ce552f75
2004-08-27 Nathan Sidwell <nathan@codesourcery.com> 2004-08-27 Nathan Sidwell <nathan@codesourcery.com>
* stor-layout.c (sizetype_set): Remove.
(set_sizetype): Don't test or set it.
* tree.h (size_int_type): Remove. * tree.h (size_int_type): Remove.
* fold-const.c: Do not #include gt-fold-const.h. * fold-const.c: Do not #include gt-fold-const.h.
(size_htab_hash, size_htab_eq): Remove. (size_htab_hash, size_htab_eq): Remove.
......
...@@ -37,9 +37,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -37,9 +37,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "regs.h" #include "regs.h"
#include "params.h" #include "params.h"
/* Set to one when set_sizetype has been called. */
static int sizetype_set;
/* Data type for the expressions representing sizes of data types. /* Data type for the expressions representing sizes of data types.
It is the first integer type laid out. */ It is the first integer type laid out. */
tree sizetype_tab[(int) TYPE_KIND_LAST]; tree sizetype_tab[(int) TYPE_KIND_LAST];
...@@ -1887,8 +1884,6 @@ set_sizetype (tree type) ...@@ -1887,8 +1884,6 @@ set_sizetype (tree type)
2 * HOST_BITS_PER_WIDE_INT); 2 * HOST_BITS_PER_WIDE_INT);
tree t; tree t;
if (sizetype_set)
abort ();
if (TYPE_UNSIGNED (type) != TYPE_UNSIGNED (sizetype)) if (TYPE_UNSIGNED (type) != TYPE_UNSIGNED (sizetype))
abort (); abort ();
......
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