Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
b8b88835
Commit
b8b88835
authored
Oct 08, 1992
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(PATHLENGH): Change from 20 to 10 to speed up compilations.
From-SVN: r2367
parent
1422dce0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
gcc/cse.c
+1
-1
No files found.
gcc/cse.c
View file @
b8b88835
...
@@ -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
2
0
#define PATHLENGTH
1
0
struct
cse_basic_block_data
{
struct
cse_basic_block_data
{
/* Lowest CUID value of insns in block. */
/* Lowest CUID value of insns in block. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment