OSDN Git Service

* gcc.texi: Remove reference to stupid.c.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jun 2000 14:26:30 +0000 (14:26 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jun 2000 14:26:30 +0000 (14:26 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34580 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gcc.texi

index 1a6a25f..60268df 100644 (file)
@@ -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.
index 9e43852..483947e 100644 (file)
@@ -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