projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7b6661
)
typo fix
author
Steven Bosscher
<steven@gcc.gnu.org>
Wed, 13 Nov 2013 22:58:03 +0000
(22:58 +0000)
committer
Steven Bosscher
<steven@gcc.gnu.org>
Wed, 13 Nov 2013 22:58:03 +0000
(22:58 +0000)
From-SVN: r204759
gcc/haifa-sched.c
patch
|
blob
|
history
diff --git
a/gcc/haifa-sched.c
b/gcc/haifa-sched.c
index 5edf57496b520a7b87f9f9856e75e71fc34c3467..aa3ffe3be30c5ab1bf91cfc3956643d035b81988 100644
(file)
--- a/
gcc/haifa-sched.c
+++ b/
gcc/haifa-sched.c
@@
-8619,7
+8619,7
@@
ready_remove_first_dispatch (struct ready_list *ready)
{
insn = ready_element (ready, i);
- if (!
INSN_P (insn)
+ if (!INSN_P (insn)
|| INSN_CODE (insn) < 0
|| !active_insn_p (insn))
continue;