(expand_divmod): When adjusting op0 for trunc_div or trunc_mod...
authorRichard Stallman <rms@gnu.org>
Sun, 11 Apr 1993 08:08:54 +0000 (08:08 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 11 Apr 1993 08:08:54 +0000 (08:08 +0000)
commitf2dd837227913a70e3cd839c850c0346e7706950
treeacfd355da208daabdc4e008c1d65c7737fa3f342
parent52266016a226f4dd87ae4efb1a096a06778a6f9b
(expand_divmod): When adjusting op0 for trunc_div or trunc_mod...

(expand_divmod): When adjusting op0 for trunc_div or
trunc_mod, using shifts (not branches), make a new pseudo for the
result.  Don't use target for adjusted_op0.

From-SVN: r4081
gcc/expmed.c