OSDN Git Service

(PRESERVE_DEATH_INFO_REGNO_P): define
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Oct 1996 19:29:44 +0000 (19:29 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Oct 1996 19:29:44 +0000 (19:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12900 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sh/sh.h

index 92fa50e..2e40b9f 100644 (file)
@@ -149,6 +149,8 @@ extern int target_flags;
 
 #define TARGET_DEFAULT  (0)
 
+#define PRESERVE_DEATH_INFO_REGNO_P(regno) (TARGET_RELAX || optimize)
+
 #define OVERRIDE_OPTIONS                                       \
 do {                                                           \
   sh_cpu = CPU_SH0;                                            \