summaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-23 00:11:55 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-23 00:11:55 +0000
commit7ffb8e039b6ad0ca70279d7d387a423eccd26688 (patch)
tree80716b09a5f6c1d08784c4b1727ced48d103ed33 /gcc/function.h
parent2fcf418696253a0ea47afce9e3463107bb71b056 (diff)
downloadgcc-7ffb8e039b6ad0ca70279d7d387a423eccd26688.tar.gz
* 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: svn+ssh://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.