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
a52aff23
Commit
a52aff23
authored
Feb 02, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Feb 02, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cse.c: Update comments.
From-SVN: r94624
parent
7faf2821
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
gcc/ChangeLog
+4
-0
gcc/cse.c
+2
-4
No files found.
gcc/ChangeLog
View file @
a52aff23
2005-02-02 Kazu Hirata <kazu@cs.umass.edu>
* cse.c: Update comments.
2005-02-02 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.c (rs6000_spe_function_arg): Multi-reg
...
...
gcc/cse.c
View file @
a52aff23
...
...
@@ -885,9 +885,7 @@ init_cse_reg_info (unsigned int nregs)
}
}
/* Given REGNO, ensure that a cse_reg_info entry exists for REGNO by
growing the cse_reg_info_table and/or initializing the entry for
REGNO. */
/* Given REGNO, initialize the cse_reg_info entry for REGNO. */
static
void
get_cse_reg_info_1
(
unsigned
int
regno
)
...
...
@@ -928,7 +926,7 @@ new_basic_block (void)
next_qty
=
0
;
/* Invalidate cse_reg_info_table
and its cache
. */
/* Invalidate cse_reg_info_table. */
cse_reg_info_timestamp
++
;
/* Clear out hash table state for this pass. */
...
...
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