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
ed358aea
Commit
ed358aea
authored
Feb 25, 2013
by
Andrey Belevantsev
Committed by
Andrey Belevantsev
Feb 25, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sched-deps.c (sched_analyze_insn): Fix typo in comment.
From-SVN: r196253
parent
f45e9053
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/sched-deps.c
+1
-1
No files found.
gcc/ChangeLog
View file @
ed358aea
2013-02-25 Andrey Belevantsev <abel@ispras.ru>
* sched-deps.c (sched_analyze_insn): Fix typo in comment.
2013-02-25 Andrey Belevantsev <abel@ispras.ru>
Alexander Monakov <amonakov@ispras.ru>
PR middle-end/56077
...
...
gcc/sched-deps.c
View file @
ed358aea
...
...
@@ -3317,7 +3317,7 @@ sched_analyze_insn (struct deps_desc *deps, rtx x, rtx insn)
SET_REGNO_REG_SET
(
&
deps
->
reg_last_in_use
,
i
);
}
/* Don't flush pending lists on speculative checks
and
for
/* Don't flush pending lists on speculative checks for
selective scheduling. */
if
(
!
sel_sched_p
()
||
!
sel_insn_is_speculation_check
(
insn
))
flush_pending_lists
(
deps
,
insn
,
true
,
true
);
...
...
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