Commit 46238b7d by Jakub Jelinek Committed by Jakub Jelinek

sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change until infrastructure is finished.

	* config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
	until infrastructure is finished.

From-SVN: r32731
parent 7d167afd
...@@ -40,6 +40,9 @@ ...@@ -40,6 +40,9 @@
* sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
prototypes. prototypes.
* config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
until infrastructure is finished.
Fri Mar 24 13:49:45 2000 Jeffrey A Law (law@cygnus.com) Fri Mar 24 13:49:45 2000 Jeffrey A Law (law@cygnus.com)
* integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here. * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
......
...@@ -2659,8 +2659,9 @@ do { \ ...@@ -2659,8 +2659,9 @@ do { \
/* Return non-zero if MODE implies a floating point inequality can be /* Return non-zero if MODE implies a floating point inequality can be
reversed. For Sparc this is always true because we have a full reversed. For Sparc this is always true because we have a full
compliment of ordered and unordered comparisons. */ compliment of ordered and unordered comparisons, but until generic
#define REVERSIBLE_CC_MODE(MODE) 1 code knows how to reverse it correctly we keep the old definition. */
#define REVERSIBLE_CC_MODE(MODE) ((MODE) != CCFPEmode && (MODE) != CCFPmode)
/* A function address in a call instruction /* A function address in a call instruction
is a byte address (for indexing purposes) is a byte address (for indexing purposes)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment