re PR c++/69826 (problem with cilkplus pragma and preprocessor variable)
[platform/upstream/gcc.git] / gcc / ira-conflicts.c
index a093fdc..06a3eb5 100644 (file)
@@ -1,5 +1,5 @@
 /* IRA conflict builder.
-   Copyright (C) 2006-2015 Free Software Foundation, Inc.
+   Copyright (C) 2006-2016 Free Software Foundation, Inc.
    Contributed by Vladimir Makarov <vmakarov@redhat.com>.
 
 This file is part of GCC.
@@ -22,21 +22,16 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "backend.h"
+#include "target.h"
 #include "rtl.h"
-#include "df.h"
-#include "regs.h"
+#include "predict.h"
 #include "tm_p.h"
-#include "target.h"
-#include "flags.h"
 #include "insn-config.h"
-#include "recog.h"
-#include "diagnostic-core.h"
-#include "params.h"
-#include "sparseset.h"
-#include "cfgloop.h"
+#include "regs.h"
 #include "ira.h"
-#include "alloc-pool.h"
 #include "ira-int.h"
+#include "params.h"
+#include "sparseset.h"
 #include "addresses.h"
 
 /* This file contains code responsible for allocno conflict creation,