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
This commit is contained in:
parent
fae15c9379
commit
da6886f66b
@ -1,3 +1,7 @@
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user