Commit 6baff4c1 by Denis Chertykov Committed by Denis Chertykov

df.c (df_uses_record): Return after recording all uses in ASM_OPERANDS.

	* df.c (df_uses_record): Return after recording all uses
	in ASM_OPERANDS.

From-SVN: r45184
parent 772b1404
Sun Aug 26 20:25:44 2001 Denis Chertykov <denisc@overta.ru>
* df.c (df_uses_record): Return after recording all uses
in ASM_OPERANDS.
2001-08-26 Daniel Berlin <dan@cgsoftware.com> 2001-08-26 Daniel Berlin <dan@cgsoftware.com>
* df.c (df_insn_modify): Realloc the INSN table here, if * df.c (df_insn_modify): Realloc the INSN table here, if
......
...@@ -1163,6 +1163,7 @@ df_uses_record (df, loc, ref_type, bb, insn) ...@@ -1163,6 +1163,7 @@ df_uses_record (df, loc, ref_type, bb, insn)
for (j = 0; j < ASM_OPERANDS_INPUT_LENGTH (x); j++) for (j = 0; j < ASM_OPERANDS_INPUT_LENGTH (x); j++)
df_uses_record (df, &ASM_OPERANDS_INPUT (x, j), df_uses_record (df, &ASM_OPERANDS_INPUT (x, j),
DF_REF_REG_USE, bb, insn); DF_REF_REG_USE, bb, insn);
return;
} }
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment