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
8701a6a4
Commit
8701a6a4
authored
May 13, 2000
by
Philippe De Muyter
Committed by
Jeff Law
May 13, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ifcvt.c (if_convert): Do not free NULL.
From-SVN: r33888
parent
e09aafa0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/ifcvt.c
+2
-1
No files found.
gcc/ChangeLog
View file @
8701a6a4
Sat
May
13
11
:
05
:
47
2000
Philippe
De
Muyter
<
phdm
@macqel
.
be
>
*
ifcvt
.
c
(
if_convert
)
:
Do
not
free
NULL
.
2000
-
05
-
12
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
config
/
fr30
/
fr30
.
c
(
fr30_move_double
)
:
New
function
:
Emit
code
...
...
gcc/ifcvt.c
View file @
8701a6a4
...
...
@@ -1990,7 +1990,8 @@ if_convert (life_data_ok)
block_num
++
;
}
sbitmap_vector_free
(
post_dominators
);
if
(
post_dominators
)
sbitmap_vector_free
(
post_dominators
);
if
(
rtl_dump_file
)
fflush
(
rtl_dump_file
);
...
...
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