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
5211d65a
Commit
5211d65a
authored
Mar 06, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Mar 06, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cselib.c (reg_values, reg_values_size): Make them static.
From-SVN: r95987
parent
992ff9ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/cselib.c
+2
-2
No files found.
gcc/ChangeLog
View file @
5211d65a
2005-03-05 Kazu Hirata <kazu@cs.umass.edu>
* cselib.c (reg_values, reg_values_size): Make them static.
2005-03-06 Zdenek Dvorak <dvorakz@suse.cz>
* cse.c (find_best_addr): Use canon_for_address.
...
...
gcc/cselib.c
View file @
5211d65a
...
...
@@ -101,8 +101,8 @@ static int n_useless_values;
which the register was set; if the mode is unknown or the value is
no longer valid in that mode, ELT will be NULL for the first
element. */
struct
elt_list
**
reg_values
;
unsigned
int
reg_values_size
;
st
atic
st
ruct
elt_list
**
reg_values
;
static
unsigned
int
reg_values_size
;
#define REG_VALUES(i) reg_values[i]
/* The largest number of hard regs used by any entry added to the
...
...
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