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
6d77cdc3
Commit
6d77cdc3
authored
Jan 23, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Jan 23, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcse.c (null_pointer_info): Remove.
From-SVN: r94122
parent
15f0d971
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
14 deletions
+2
-14
gcc/ChangeLog
+2
-0
gcc/gcse.c
+0
-14
No files found.
gcc/ChangeLog
View file @
6d77cdc3
...
...
@@ -13,6 +13,8 @@
(cgraph_varpool_node): Don't access cgraph_varpool_n_nodes.
* cgraph.h: Remove the corresponding declaration.
* gcse.c (null_pointer_info): Remove.
2005-01-23 Roger Sayle <roger@eyesopen.com>
Eric Botcazou <ebotcazou@libertysurf.fr>
...
...
gcc/gcse.c
View file @
6d77cdc3
...
...
@@ -524,20 +524,6 @@ static int global_copy_prop_count;
/* For available exprs */
static
sbitmap
*
ae_kill
,
*
ae_gen
;
/* Objects of this type are passed around by the null-pointer check
removal routines. */
struct
null_pointer_info
{
/* The basic block being processed. */
basic_block
current_block
;
/* The first register to be handled in this pass. */
unsigned
int
min_reg
;
/* One greater than the last register to be handled in this pass. */
unsigned
int
max_reg
;
sbitmap
*
nonnull_local
;
sbitmap
*
nonnull_killed
;
};
static
void
compute_can_copy
(
void
);
static
void
*
gmalloc
(
size_t
)
ATTRIBUTE_MALLOC
;
...
...
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