diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-13 22:58:03 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-13 22:58:03 +0000 |
commit | 04ed582df9d3e47f786a087b5a484b05a4dbe7f2 (patch) | |
tree | a9e952d42471b8790bbe82b59dc5c2f6ce579728 /gcc/haifa-sched.c | |
parent | cd3161168d05b1cb003b6c95a68224ceed4d1b06 (diff) | |
download | gcc-04ed582df9d3e47f786a087b5a484b05a4dbe7f2.tar.gz |
typo fix
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204759 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r-- | gcc/haifa-sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index 5edf57496b5..aa3ffe3be30 100644 --- 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; |