projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
197b2bf
)
(add_dependence): Add test for next != CODE_LABEL.
author
Doug Evans
<dje@gnu.org>
Sat, 10 Feb 1996 05:49:08 +0000
(
05:49
+0000)
committer
Doug Evans
<dje@gnu.org>
Sat, 10 Feb 1996 05:49:08 +0000
(
05:49
+0000)
From-SVN: r11192
gcc/sched.c
patch
|
blob
|
history
diff --git
a/gcc/sched.c
b/gcc/sched.c
index 99c9e026ef84cbd55499fc1b90b3cd61a5ed6734..a8883e8da6044fa41aca6467a7df8688b4d554a4 100644
(file)
--- a/
gcc/sched.c
+++ b/
gcc/sched.c
@@
-931,7
+931,8
@@
add_dependence (insn, elem, dep_type)
next = NEXT_INSN (next);
#endif
- if (next && SCHED_GROUP_P (next))
+ if (next && SCHED_GROUP_P (next)
+ && GET_CODE (next) != CODE_LABEL)
{
/* Notes will never intervene here though, so don't bother checking
for them. */