aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/cilk.c
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2015-06-25 16:51:35 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2015-06-25 16:51:35 +0000
commit16a16ec7db0a5c626567b57ba49e09c4a5cccb76 (patch)
tree08270b7c9b79613ad264a52e14a5567e8d6dc4fb /gcc/c-family/cilk.c
parent9cad7a76c373e3e18c6d821a8848aae7dcb73675 (diff)
downloadgcc-16a16ec7db0a5c626567b57ba49e09c4a5cccb76.zip
gcc-16a16ec7db0a5c626567b57ba49e09c4a5cccb76.tar.gz
gcc-16a16ec7db0a5c626567b57ba49e09c4a5cccb76.tar.bz2
function.h (struct incoming_args): Move struct.
2015-06-25 Andrew MacLeod <amacleod@redhat.com> * function.h (struct incoming_args): Move struct. (pass_by_reference, reference_callee_copied): Remove prototypes. * emit-rtl.h (struct incoming_args): Relocate struct here. * calls.h (pass_by_reference, reference_callee_copied): Relocate prototypes here. * function.c (pass_by_reference, reference_callee_copied): Move. * calls.c (pass_by_reference, reference_callee_copied): Relocate here. * cfgloop.h: Don't include tm.h or hard-reg-set.h. * ipa-chkp.c: Include calls.h. * ada/gcc-interface/misc.c: Include calls.h not function.h. * c-family/cilk.c: Move calls.h after tm.h in the include chain. From-SVN: r224951
Diffstat (limited to 'gcc/c-family/cilk.c')
-rw-r--r--gcc/c-family/cilk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/cilk.c b/gcc/c-family/cilk.c
index 958df27..29ac1b2 100644
--- a/gcc/c-family/cilk.c
+++ b/gcc/c-family/cilk.c
@@ -29,7 +29,6 @@ along with GCC; see the file COPYING3. If not see
#include "tree.h"
#include "fold-const.h"
#include "stringpool.h"
-#include "calls.h"
#include "langhooks.h"
#include "gimple-expr.h"
#include "gimplify.h"
@@ -41,6 +40,7 @@ along with GCC; see the file COPYING3. If not see
#include "tm.h"
#include "hard-reg-set.h"
#include "function.h"
+#include "calls.h"
#include "ipa-ref.h"
#include "cgraph.h"
#include "diagnostic.h"