aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2010-05-23 00:11:55 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2010-05-23 00:11:55 +0000
commitf3412e59d3b3920c377a2dbd53a1875fbe08a472 (patch)
tree80716b09a5f6c1d08784c4b1727ced48d103ed33 /gcc/function.h
parent6941d33acb1e15c0540eb1379d64edb0f2b5fd3a (diff)
* sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
* sbitmap.c: ...to here to internalize sbitmap element access. Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h. Explain why basic-block.h is included. * function.h: Include tm.h for CUMULATIVE_ARGS. * Makefile.in: Update dependencies. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@159749 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h
index d008e8586ef..9063e52558c 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -25,6 +25,7 @@ along with GCC; see the file COPYING3. If not see
#include "tree.h"
#include "hashtab.h"
#include "vecprim.h"
+#include "tm.h" /* For CUMULATIVE_ARGS. */
/* Stack of pending (incomplete) sequences saved by `start_sequence'.
Each element describes one pending sequence.