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
e7d99f1e
Commit
e7d99f1e
authored
Sep 15, 1998
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix out of date comments after previous change.
From-SVN: r22442
parent
b86ba9c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/gcse.c
+2
-2
No files found.
gcc/gcse.c
View file @
e7d99f1e
...
...
@@ -1058,12 +1058,12 @@ compute_sets (f)
#define NEVER_SET -1
/* For each register, the cuid of the first/last insn in the block to set it,
or
zero
if not set. */
or
-1
if not set. */
static
int
*
reg_first_set
;
static
int
*
reg_last_set
;
/* While computing "first/last set" info, this is the CUID of first/last insn
to set memory or
zero
if not set. `mem_last_set' is also used when
to set memory or
-1
if not set. `mem_last_set' is also used when
performing GCSE to record whether memory has been set since the beginning
of the block.
Note that handling of memory is very simple, we don't make any attempt
...
...
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