(PRESERVE_DEATH_INFO_REGNO_P): define
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 4 Oct 1996 19:29:44 +0000 (12:29 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 4 Oct 1996 19:29:44 +0000 (12:29 -0700)
From-SVN: r12900

gcc/config/sh/sh.h

index 92fa50e693c3011893e37342649e5187dbaedc28..2e40b9f0c1761783c83503d210c543a69de69b75 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;                                            \
This page took 0.074836 seconds and 5 git commands to generate.