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
71d306d1
Commit
71d306d1
authored
Jun 26, 1997
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete erroneous references to (pseudo) in comments.
From-SVN: r14325
parent
0da6f3db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
gcc/cse.c
+6
-6
No files found.
gcc/cse.c
View file @
71d306d1
...
...
@@ -202,7 +202,7 @@ static int max_qty;
static
int
next_qty
;
/* Indexed by quantity number, gives the first (or last)
(pseudo)
register
/* Indexed by quantity number, gives the first (or last) register
in the chain of registers that currently contain this quantity. */
static
int
*
qty_first_reg
;
...
...
@@ -267,13 +267,13 @@ static rtx prev_insn;
static
rtx
this_insn
;
/* Index by
(pseudo)
register number, gives the quantity number
/* Index by register number, gives the quantity number
of the register's current contents. */
static
int
*
reg_qty
;
/* Index by
(pseudo)
register number, gives the number of the next (or
previous)
(pseudo)
register in the chain of registers sharing the same
/* Index by register number, gives the number of the next (or
previous) register in the chain of registers sharing the same
value.
Or -1 if this register is at the end of the chain.
...
...
@@ -283,12 +283,12 @@ static int *reg_qty;
static
int
*
reg_next_eqv
;
static
int
*
reg_prev_eqv
;
/* Index by
(pseudo)
register number, gives the number of times
/* Index by register number, gives the number of times
that register has been altered in the current basic block. */
static
int
*
reg_tick
;
/* Index by
(pseudo)
register number, gives the reg_tick value at which
/* Index by register number, gives the reg_tick value at which
rtx's containing this register are valid in the hash table.
If this does not equal the current reg_tick value, such expressions
existing in the hash table are invalid.
...
...
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