From 49ad7cfa7ac804b56cff13d70022020126f24c55 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Mon, 9 Aug 1999 14:00:21 +0000 Subject: Include function.h in most files. Include function.h in most files. Remove most of the global variables duplicated in function.h. Add accessor macros for them which access current_function. Delete INLINE_HEADER rtx and related code, replace with code using struct function to store inlining related data. From-SVN: r28626 --- gcc/config/convex/convex.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/config/convex/convex.c') diff --git a/gcc/config/convex/convex.c b/gcc/config/convex/convex.c index cd2eb55..1a588e0 100644 --- a/gcc/config/convex/convex.c +++ b/gcc/config/convex/convex.c @@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */ #include "insn-flags.h" #include "insn-attr.h" #include "output.h" +#include "function.h" #include "expr.h" /* Tables used in convex.h */ -- cgit v1.1