]> gcc.gnu.org Git - gcc.git/commitdiff
(PATHLENGH): Change from 20 to 10 to speed up compilations.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 8 Oct 1992 08:44:02 +0000 (04:44 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 8 Oct 1992 08:44:02 +0000 (04:44 -0400)
From-SVN: r2367

gcc/cse.c

index 7f1ff1c7b88f740f55266912ff5f309caf22bdb9..89cd43316e0dd788cda33d1831c7d1512dff2ac9 100644 (file)
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -7269,7 +7269,7 @@ cse_set_around_loop (x, insn, loop_start)
 
 /* Define maximum length of a branch path.  */
 
-#define PATHLENGTH     20
+#define PATHLENGTH     10
 
 struct cse_basic_block_data {
   /* Lowest CUID value of insns in block.  */
This page took 0.080418 seconds and 5 git commands to generate.