to try_combine.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33408
138bc75d-0d04-0410-961f-
82ee72b054a4
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.
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;
}