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
5f537f6c
Commit
5f537f6c
authored
Oct 11, 1999
by
Richard Henderson
Committed by
Richard Henderson
Oct 11, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcse.c (delete_null_pointer_checks): Returns void.
From-SVN: r29904
parent
cb469a0a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/gcse.c
+1
-1
No files found.
gcc/ChangeLog
View file @
5f537f6c
Mon
Oct
11
16
:
07
:
49
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
gcse
.
c
(
delete_null_pointer_checks
)
:
Returns
void
.
Mon
Oct
11
20
:
31
:
51
1999
Bernd
Schmidt
<
bernds
@cygnus
.
co
.
uk
>
*
rtl
.
c
(
copy_rtx
)
:
Don
'
t
use
accessor
macros
to
copy
fields
.
...
...
gcc/gcse.c
View file @
5f537f6c
...
...
@@ -4935,7 +4935,7 @@ delete_null_pointer_checks (f)
{
/* Free storage allocated by find_basic_blocks. */
free_basic_block_vars
(
0
);
return
0
;
return
;
}
/* We need predecessor/successor lists as well as pred/succ counts for
...
...
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