Branch and link instructions modify r13
[deliverable/binutils-gdb.git] / gas / config / tc-d10v.c
index 4a466fda4095ab191b2cd1abb62c06e2659a741a..0de08e9faea63c0262e955d6041d432fabd63779 100644 (file)
@@ -859,6 +859,9 @@ parallel_ok (op1, insn1, op2, insn2)
          ins = insn2;
        }
       mod[j] = used[j] = 0;
+      if (op->exec_type & BRANCH_LINK)
+       mod[j] |= 1 << 13;
+
       for (i = 0; op->operands[i]; i++)
        {
          flags = d10v_operands[op->operands[i]].flags;
This page took 0.022888 seconds and 4 git commands to generate.