Commit b8b88835 by Richard Kenner

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

From-SVN: r2367
parent 1422dce0
...@@ -7269,7 +7269,7 @@ cse_set_around_loop (x, insn, loop_start) ...@@ -7269,7 +7269,7 @@ cse_set_around_loop (x, insn, loop_start)
/* Define maximum length of a branch path. */ /* Define maximum length of a branch path. */
#define PATHLENGTH 20 #define PATHLENGTH 10
struct cse_basic_block_data { struct cse_basic_block_data {
/* Lowest CUID value of insns in block. */ /* Lowest CUID value of insns in block. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment