summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-05 11:52:49 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-05 11:52:49 +0000
commitf05c296db9bc11e9881ad24db7114705c3aff7ea (patch)
tree023ad14f7444eb4950df36db60a345fabb8885ba /gcc
parente916c62ba14f4ac46c6fb12274da7669f8874dfa (diff)
downloadppe42-gcc-f05c296db9bc11e9881ad24db7114705c3aff7ea.tar.gz
ppe42-gcc-f05c296db9bc11e9881ad24db7114705c3aff7ea.zip
* function.h (tree, rtx): Remove no-longer-needed definitions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47665 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/function.h10
2 files changed, 2 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2ef81affa6b..092413a3da3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,7 @@
Wed Dec 5 06:26:27 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
+ * function.h (tree, rtx): Remove no-longer-needed definitions.
+
* function.c (keep_stack_depressed): Refine check for register
clobbered over call.
diff --git a/gcc/function.h b/gcc/function.h
index dc1dbccc9c8..2c93e928b34 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -19,16 +19,6 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-
-#if !defined(NULL_TREE) && !defined(tree)
-typedef union union_node *_function_tree;
-#define tree _function_tree
-#endif
-#if !defined(NULL_RTX) && !defined(rtx)
-typedef struct rtx_def *_function_rtx;
-#define rtx _function_rtx
-#endif
-
struct var_refs_queue
{
rtx modified;
OpenPOWER on IntegriCloud