aboutsummaryrefslogtreecommitdiff
path: root/gcc/ssa.h
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@redhat.com>2002-06-04 07:11:05 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2002-06-04 07:11:05 +0000
commite2500fedef1a1c5b9e818fd1e2c281adff80df4a (patch)
tree720630adca0f6b357e05c4feb8cbe33d556925ce /gcc/ssa.h
parentc2ae66169b8326bbf9b1dfa63083d2560fea7ddf (diff)
downloadgcc-e2500fedef1a1c5b9e818fd1e2c281adff80df4a.zip
gcc-e2500fedef1a1c5b9e818fd1e2c281adff80df4a.tar.gz
gcc-e2500fedef1a1c5b9e818fd1e2c281adff80df4a.tar.bz2
Merge from pch-branch up to tag pch-commit-20020603.
From-SVN: r54232
Diffstat (limited to 'gcc/ssa.h')
-rw-r--r--gcc/ssa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ssa.h b/gcc/ssa.h
index a0fc137..cbea11c 100644
--- a/gcc/ssa.h
+++ b/gcc/ssa.h
@@ -44,7 +44,7 @@ extern void ssa_const_prop PARAMS ((void));
extern int in_ssa_form;
/* Element I is the single instruction that sets register I. */
-extern varray_type ssa_definition;
+extern GTY(()) varray_type ssa_definition;
/* Element I is an INSN_LIST of instructions that use register I. */
extern varray_type ssa_uses;