(PATHLENGH): Change from 20 to 10 to speed up compilations.

From-SVN: r2367
This commit is contained in:
Richard Kenner 1992-10-08 04:44:02 -04:00
parent 1422dce065
commit b8b88835df
1 changed files with 1 additions and 1 deletions

View File

@ -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. */