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
6b6996b8
Commit
6b6996b8
authored
Jan 20, 2002
by
Graham Stott
Committed by
Graham Stott
Jan 20, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cfgloop.c (flow_loop_preheader_scan): Fix typo.
From-SVN: r49019
parent
ba3a12b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/cfgloop.c
+1
-1
No files found.
gcc/ChangeLog
View file @
6b6996b8
2002-01-20 Graham Stott <grahams@redhat.com>
* cfgloop.c (flow_loop_preheader_scan): Fix typo.
2002-01-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
* config.gcc (hppa*64*-*-hpux11*): Fix tmake_file.
...
...
gcc/cfgloop.c
View file @
6b6996b8
...
...
@@ -414,7 +414,7 @@ flow_loop_pre_header_scan (loop)
num
++
)
ebb
=
ebb
->
pred
->
src
;
loop
->
pre_header_edges
=
(
edge
*
)
xmalloc
(
num
*
sizeof
(
edge
*
));
loop
->
pre_header_edges
=
(
edge
*
)
xmalloc
(
num
*
sizeof
(
edge
));
loop
->
num_pre_header_edges
=
num
;
/* Store edges in order that they are followed. The source of the first edge
...
...
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