]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/13918 ([ia64] bootstrap comparision failure)
authorJames E Wilson <wilson@specifixinc.com>
Sun, 22 Feb 2004 17:56:49 +0000 (17:56 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Sun, 22 Feb 2004 17:56:49 +0000 (17:56 +0000)
2004-02-22  James E Wilson  <wilson@specifixinc.com>

PR target/13918
* sched-ebb.c (ebb_sched_info): Disable use of cselib.

From-SVN: r78267

gcc/ChangeLog
gcc/sched-ebb.c

index d4458e93c4b7d533b017e8f64564065625d99637..2345d77f1c5696aa89e1df5fa224e2d751365553 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-22  James E Wilson  <wilson@specifixinc.com>
+
+       PR target/13918
+       * sched-ebb.c (ebb_sched_info): Disable use of cselib.
+
 2004-02-22  Hans-Peter Nilsson  <hp@axis.com>
 
        PR target/14209
index 47dd83faf6fa03fdeccba03e0f316a5b226a7f74..5138b400f9e6be01a94b85fffdd4cbcab66c519c 100644 (file)
@@ -1,6 +1,6 @@
 /* Instruction scheduling pass.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,
    and currently maintained by, Jim Wilson (wilson@cygnus.com)
 
@@ -203,7 +203,7 @@ static struct sched_info ebb_sched_info =
 
   NULL, NULL,
   NULL, NULL,
-  0, 1
+  0, 0
 };
 \f
 /* Schedule a single extended basic block, defined by the boundaries HEAD