]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
expr.c (emit_move_insn_1): Fix minor buglet in last change caused by importint it...
authorJeffrey A Law <law@cygnus.com>
Tue, 24 Feb 1998 08:33:46 +0000 (08:33 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 24 Feb 1998 08:33:46 +0000 (01:33 -0700)
        * expr.c (emit_move_insn_1): Fix minor buglet in last change
        caused by importint it into the release branch.

From-SVN: r18216

gcc/ChangeLog
gcc/expr.c

index 8dfec4121178eb23f20b62b8ec0c291efcc9fd37..ab289055ba0b77257e24581a191f033fc5951bd0 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb 24 09:32:24 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * expr.c (emit_move_insn_1): Fix minor buglet in last change
+       caused by importint it into the release branch.
+
 Sun Feb 22 20:46:31 1998  Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
 
        * expr.c (emit_move_insn_1): When moving complex values in several
index 75eda42539797dc064ba4bf4c0e040248381cb8a..f0b7e83324876144455ae3a65ca8c6f0941176c2 100644 (file)
@@ -2261,7 +2261,7 @@ emit_move_insn_1 (x, y)
        {
          /* Show the output dies here.  */
          if (x != y)
-           emit_insn (gen_rtx_CLOBBER (VOIDmode, x));
+           emit_insn (gen_rtx (CLOBBER, VOIDmode, x));
 
          emit_insn (GEN_FCN (mov_optab->handlers[(int) submode].insn_code)
                     (gen_realpart (submode, x), gen_realpart (submode, y)));