mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-29 03:34:45 +08:00
(struct tree_decl): saved_insns.i is HOST_WIDE_INT.
From-SVN: r13378
This commit is contained in:
parent
380ff34aab
commit
282d22c689
@ -1,5 +1,5 @@
|
||||
/* Front-end tree definitions for GNU compiler.
|
||||
Copyright (C) 1989, 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
|
||||
Copyright (C) 1989, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU CC.
|
||||
|
||||
@ -1158,7 +1158,7 @@ struct tree_decl
|
||||
alignment. */
|
||||
union {
|
||||
struct rtx_def *r;
|
||||
int i;
|
||||
HOST_WIDE_INT i;
|
||||
} saved_insns;
|
||||
union tree_node *vindex;
|
||||
/* Points to a structure whose details depend on the language in use. */
|
||||
|
Loading…
Reference in New Issue
Block a user