Commit da6886f6 by Franz Sirl Committed by Franz Sirl

combine.c (find_split_point): Use gen_int_mode.

	2002-04-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

	* combine.c (find_split_point): Use gen_int_mode.

From-SVN: r52916
parent fae15c93
2002-04-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* combine.c (find_split_point): Use gen_int_mode.
2002-04-29 Vladimir Makarov <vmakarov@redhat.com>
Merging code from dfa-branch:
......
......@@ -3064,8 +3064,8 @@ find_split_point (loc, insn)
SUBST (SET_SRC (x),
gen_binary (IOR, mode,
gen_binary (AND, mode, dest,
GEN_INT (~(mask << pos)
& GET_MODE_MASK (mode))),
gen_int_mode (~(mask << pos),
mode)),
GEN_INT (src << pos)));
SUBST (SET_DEST (x), dest);
......
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