From 1f3233d13f58417984cb2239d328b65e8d172744 Mon Sep 17 00:00:00 2001 From: geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Tue, 4 Jun 2002 07:11:05 +0000 Subject: Merge from pch-branch up to tag pch-commit-20020603. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54232 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ssa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ssa.h') diff --git a/gcc/ssa.h b/gcc/ssa.h index a0fc1377681..cbea11c3d5c 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; -- cgit v1.2.1