public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] config/i386/i386.c: Remove fibheap.h.
@ 2015-08-17 16:34 Aldy Hernandez
  0 siblings, 0 replies; only message in thread
From: Aldy Hernandez @ 2015-08-17 16:34 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

There are no uses of this include file in the x86 backend.

For that matter, apparently there are no uses of libiberty's fibheap 
implementation anywhere (well, at least in GCC, binutils, and gdb.  I 
don't know if there are other users in the wild).  FWIW, GCC has its own 
<fibonacci_heap.h> in C++.

Approved by rth offline.

Tested by building all-gcc (no bootstrap) on x86-64 Linux.

Aldy

[-- Attachment #2: curr --]
[-- Type: text/plain, Size: 566 bytes --]

commit 51a695246906459748d0114c75b2ad84f932f299
Author: Aldy Hernandez <aldyh@redhat.com>
Date:   Mon Aug 17 09:22:42 2015 -0700

            * config/i386/i386.c: Remove include of fibheap.h.

diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index 51eca52..05fa5e1 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -73,7 +73,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "cselib.h"
 #include "debug.h"
 #include "sched-int.h"
-#include "fibheap.h"
 #include "opts.h"
 #include "diagnostic.h"
 #include "dumpfile.h"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-17 16:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-17 16:34 [committed] config/i386/i386.c: Remove fibheap.h Aldy Hernandez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).