diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-04 07:11:05 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-04 07:11:05 +0000 |
commit | 1f3233d13f58417984cb2239d328b65e8d172744 (patch) | |
tree | 720630adca0f6b357e05c4feb8cbe33d556925ce /gcc/config/d30v/d30v-protos.h | |
parent | 0dc11899d8781bca1da5f4421327d61890424808 (diff) | |
download | gcc-1f3233d13f58417984cb2239d328b65e8d172744.tar.gz |
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
Diffstat (limited to 'gcc/config/d30v/d30v-protos.h')
-rw-r--r-- | gcc/config/d30v/d30v-protos.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/d30v/d30v-protos.h b/gcc/config/d30v/d30v-protos.h index 8beaa7aea99..162a7172eb4 100644 --- a/gcc/config/d30v/d30v-protos.h +++ b/gcc/config/d30v/d30v-protos.h @@ -140,8 +140,8 @@ extern void debug_stack_info PARAMS ((d30v_stack_t *)); /* Define the information needed to generate branch and scc insns. This is stored from the compare operation. */ -extern struct rtx_def *d30v_compare_op0; -extern struct rtx_def *d30v_compare_op1; +extern GTY(()) rtx d30v_compare_op0; +extern GTY(()) rtx d30v_compare_op1; /* Define the information needed to modify the epilogue for EH. */ |