m68k.md (addqi3): Fix typo gen_INT vs.

�
	* config/m68k/m68k.md (addqi3): Fix typo gen_INT vs. GEN_INT.
	* flow.c (life_analysis): #include <sys/types.h> to make sure
	size_t is defined.
	* cplus-dem.c (demangle_function_name): Likewise.

From-SVN: r18697
This commit is contained in:
Manfred Hollstein 1998-03-19 00:09:50 +00:00
parent 0ca8c33adb
commit 676785fd8c
1 changed files with 1 additions and 1 deletions

View File

@ -2480,7 +2480,7 @@
return \"addq%.b %1,%0\";
if (INTVAL (operands[1]) < 0 && INTVAL (operands[1]) >= -8)
{
operands[1] = gen_INT (-INTVAL (operands[1]));
operands[1] = GEN_INT (-INTVAL (operands[1]));
return \"subq%.b %1,%0\";
}
}