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
404f4351
Commit
404f4351
authored
May 30, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
May 30, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-ssa-ccp.c (const_val): Make it static.
From-SVN: r100361
parent
d83d092e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/tree-ssa-ccp.c
+1
-1
No files found.
gcc/ChangeLog
View file @
404f4351
2005-05-30 Kazu Hirata <kazu@cs.umass.edu>
* tree-ssa-ccp.c (const_val): Make it static.
2005-05-29 Geoffrey Keating <geoffk@apple.com>
2005-05-29 Geoffrey Keating <geoffk@apple.com>
PR target/21761
PR target/21761
...
...
gcc/tree-ssa-ccp.c
View file @
404f4351
...
@@ -228,7 +228,7 @@ typedef enum
...
@@ -228,7 +228,7 @@ typedef enum
(i.e., a V_MAY_DEF or V_MUST_DEF), CONST_VAL[I].MEM_REF will
(i.e., a V_MAY_DEF or V_MUST_DEF), CONST_VAL[I].MEM_REF will
contain the actual memory reference used to store (i.e., the LHS of
contain the actual memory reference used to store (i.e., the LHS of
the assignment doing the store). */
the assignment doing the store). */
prop_value_t
*
const_val
;
static
prop_value_t
*
const_val
;
/* True if we are also propagating constants in stores and loads. */
/* True if we are also propagating constants in stores and loads. */
static
bool
do_store_ccp
;
static
bool
do_store_ccp
;
...
...
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