combine.c (combine_instructions): Add missing argument to try_combine.
authorRichard Henderson <rth@cygnus.com>
Tue, 25 Apr 2000 10:54:40 +0000 (03:54 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 25 Apr 2000 10:54:40 +0000 (03:54 -0700)
        * combine.c (combine_instructions): Add missing argument
        to try_combine.

From-SVN: r33408

gcc/ChangeLog
gcc/combine.c

index 8ee7fd2..ac5d46d 100644 (file)
@@ -1,5 +1,10 @@
 2000-04-25  Richard Henderson  <rth@cygnus.com>
 
+       * combine.c (combine_instructions): Add missing argument
+       to try_combine.
+
+2000-04-25  Richard Henderson  <rth@cygnus.com>
+
        * toplev.c (rest_of_compilation): Delay sibcall optimization
        until after emit_eh_context.
 
index 366ada7..46da6a7 100644 (file)
@@ -658,7 +658,8 @@ combine_instructions (f, nregs)
                   nextlinks;
                   nextlinks = XEXP (nextlinks, 1))
                if ((next = try_combine (insn, XEXP (links, 0),
-                                        XEXP (nextlinks, 0))) != 0)
+                                        XEXP (nextlinks, 0),
+                                        &new_direct_jump_p)) != 0)
                  goto retry;
            }