aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1997-01-04 22:33:30 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1997-01-04 22:33:30 -0500
commit282d22c689e7d2e13b6e266c213c8b6f7685018a (patch)
tree4f1c0d92ae69ff795e1b46b5b992840494db9a59 /gcc/tree.h
parent380ff34aabf91a8785fa7428177979fb85fe7e98 (diff)
downloadgcc-282d22c689e7d2e13b6e266c213c8b6f7685018a.zip
gcc-282d22c689e7d2e13b6e266c213c8b6f7685018a.tar.gz
gcc-282d22c689e7d2e13b6e266c213c8b6f7685018a.tar.bz2
(struct tree_decl): saved_insns.i is HOST_WIDE_INT.
From-SVN: r13378
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 58f2341..dc2714e4 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -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. */