]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/pa/pa64-regs.h
Turn HARD_REGNO_MODE_OK into a target hook
[thirdparty/gcc.git] / gcc / config / pa / pa64-regs.h
index 204be57f94840c89326c9d26aec2fef2dcbc0620..ffbcb446a4164f9e3abfadbcbcfb9d02d4505b18 100644 (file)
@@ -149,7 +149,7 @@ along with GCC; see the file COPYING3.  If not see
 /* Value is 1 if hard register REGNO can hold a value of machine-mode MODE.
    On the HP-PA, the cpu registers can hold any mode.  We
    force this to be an even register if it cannot hold the full mode.  */
-#define HARD_REGNO_MODE_OK(REGNO, MODE) \
+#define PA_HARD_REGNO_MODE_OK(REGNO, MODE) \
   ((REGNO) == 0                                                                \
    ? (MODE) == CCmode || (MODE) == CCFPmode                            \
    : (REGNO) == 60 ? SCALAR_INT_MODE_P (MODE)                          \