* config/arm/arm.md (insv): Use gen_int_mode.

From-SVN: r93986
This commit is contained in:
Paul Brook 2005-01-20 21:27:27 +00:00 committed by Paul Brook
parent 62da864749
commit b65e631819
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-01-20 Paul Brook <paul@codesourcery.com>
* config/arm/arm.md (insv): Use gen_int_mode.
2005-01-20 Eric Botcazou <ebotcazou@libertysurf.fr>
* config/sparc/freebsd.h (ASM_OUTPUT_INTERNAL_LABELREF): Delete.

View File

@ -1895,7 +1895,7 @@
emit_insn (gen_andsi3 (op1, operands[0], GEN_INT (~mask2)));
emit_insn (gen_iorsi3 (subtarget, op1,
GEN_INT (op3_value << start_bit)));
gen_int_mode (op3_value << start_bit, SImode)));
}
else if (start_bit == 0
&& !(const_ok_for_arm (mask)