aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2000-06-17 14:26:30 +0000
committerRichard Kenner <kenner@gcc.gnu.org>2000-06-17 10:26:30 -0400
commitc19bd6c073e5c64cc1921c6a2f07f7682758682c (patch)
tree527e779a65749c9cb6720c14ea53645f873101e9
parenta45c41eb0ef7ca14817ba15973fec796fbfdf43b (diff)
downloadgcc-c19bd6c073e5c64cc1921c6a2f07f7682758682c.zip
gcc-c19bd6c073e5c64cc1921c6a2f07f7682758682c.tar.gz
gcc-c19bd6c073e5c64cc1921c6a2f07f7682758682c.tar.bz2
* gcc.texi: Remove reference to stupid.c.
From-SVN: r34580
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/gcc.texi9
2 files changed, 4 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1a6a25f..60268df 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Sat Jun 17 10:33:59 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
+
+ * gcc.texi: Remove reference to stupid.c.
+
2000-06-16 Benjamin Chelf <chelf@codesourcery.com>
* c-common.c (c_tree_code_type): New array.
diff --git a/gcc/gcc.texi b/gcc/gcc.texi
index 9e43852..483947e 100644
--- a/gcc/gcc.texi
+++ b/gcc/gcc.texi
@@ -3518,15 +3518,6 @@ The option @samp{-dt} causes a debugging dump of the RTL code after
this pass. This dump file's name is made by appending @samp{.cse2} to
the input file name.
-@cindex register allocation, stupid
-@cindex stupid register allocation
-@item
-Stupid register allocation is performed at this point in a
-nonoptimizing compilation. It does a little data flow analysis as
-well. When stupid register allocation is in use, the next pass
-executed is the reloading pass; the others in between are skipped.
-The source file is @file{stupid.c}.
-
@cindex data flow analysis
@cindex analysis, data flow
@cindex basic blocks