From: Richard Kenner Date: Thu, 8 Oct 1992 08:44:02 +0000 (-0400) Subject: (PATHLENGH): Change from 20 to 10 to speed up compilations. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8b88835dfb7fa8a470bba41ad2dfba8f894f461;p=gcc.git (PATHLENGH): Change from 20 to 10 to speed up compilations. From-SVN: r2367 --- diff --git a/gcc/cse.c b/gcc/cse.c index 7f1ff1c7b88..89cd43316e0 100644 --- 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. */