toplev.c (rest_of_compilation): Always set current_function_uses_only_leaf_regs appropriately.

* toplev.c (rest_of_compilation): Always set
	current_function_uses_only_leaf_regs appropriately.

From-SVN: r26589
This commit is contained in:
John Wehle 1999-04-22 19:25:05 +00:00 committed by John Wehle
parent 466b0dd3fc
commit 5ad9b85f99
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Thu Apr 22 22:22:15 EDT 1999 John Wehle (john@feith.com)
* toplev.c (rest_of_compilation): Always set
current_function_uses_only_leaf_regs appropriately.
Thu Apr 22 14:39:43 1999 Mumit Khan <khan@xraylith.wisc.edu>
* i386/xm-cygwin.h (HAVE_BCOPY): Delete unneeded macro.

View File

@ -4240,8 +4240,8 @@ rest_of_compilation (decl)
}
#ifdef LEAF_REGISTERS
if (optimize > 0 && only_leaf_regs_used () && leaf_function_p ())
current_function_uses_only_leaf_regs = 1;
current_function_uses_only_leaf_regs
= optimize > 0 && only_leaf_regs_used () && leaf_function_p ();
#endif
/* One more attempt to remove jumps to .+1