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
394411d5
Commit
394411d5
authored
Dec 22, 2000
by
Bernd Schmidt
Committed by
Bernd Schmidt
Dec 22, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix error in last change
From-SVN: r38468
parent
6f7ebcbb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/config/ia64/ia64.c
+1
-1
No files found.
gcc/ChangeLog
View file @
394411d5
2000-12-22 Bernd Schmidt <bernds@redhat.com>
* config/ia64/ia64.c (itanium_reorder): Only schedule stops in
the final scheduling pass.
2000-12-22 Nick Clifton <nickc@redhat.com>
2000-12-22 Nick Clifton <nickc@redhat.com>
* config/arm/arm.h (struct machine_function): Add new field
* config/arm/arm.h (struct machine_function): Add new field
...
...
gcc/config/ia64/ia64.c
View file @
394411d5
...
@@ -5596,7 +5596,7 @@ ia64_sched_reorder (dump, sched_verbose, ready, pn_ready, reorder_type)
...
@@ -5596,7 +5596,7 @@ ia64_sched_reorder (dump, sched_verbose, ready, pn_ready, reorder_type)
highest
=
ready
[
n_ready
-
1
];
highest
=
ready
[
n_ready
-
1
];
ready
[
n_ready
-
1
]
=
insn
;
ready
[
n_ready
-
1
]
=
insn
;
*
insnp
=
highest
;
*
insnp
=
highest
;
if
(
group_barrier_needed_p
(
insn
))
if
(
ia64_final_schedule
&&
group_barrier_needed_p
(
insn
))
{
{
schedule_stop
(
sched_verbose
?
dump
:
NULL
);
schedule_stop
(
sched_verbose
?
dump
:
NULL
);
sched_data
.
last_was_stop
=
1
;
sched_data
.
last_was_stop
=
1
;
...
...
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