Add -march=interaptiv.
[platform/upstream/gcc.git] / gcc / lto-compress.c
index 8849d57..c688cae 100644 (file)
@@ -1,6 +1,6 @@
 /* LTO IL compression streams.
 
-   Copyright 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015 Free Software Foundation, Inc.
    Contributed by Simon Baldwin <simonb@google.com>
 
 This file is part of GCC.
@@ -27,10 +27,17 @@ along with GCC; see the file COPYING3.  If not see
    system.h.  */
 #include <zlib.h>
 #include "coretypes.h"
+#include "alias.h"
+#include "backend.h"
 #include "tree.h"
-#include "diagnostic.h"
-#include "toplev.h"
+#include "gimple.h"
+#include "hard-reg-set.h"
+#include "options.h"
+#include "fold-const.h"
+#include "internal-fn.h"
+#include "diagnostic-core.h"
 #include "langhooks.h"
+#include "cgraph.h"
 #include "lto-streamer.h"
 #include "lto-compress.h"