]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/i386/i386.h
Turn HARD_REGNO_MODE_OK into a target hook
[thirdparty/gcc.git] / gcc / config / i386 / i386.h
index 05dabf273e228569e01b9041a25aa098b8c6eb5d..d3dbeded72bfb6310f4fd2a5600dc0b6ea206d29 100644 (file)
@@ -1181,15 +1181,10 @@ extern const char *host_detect_local_cpu (int argc, const char **argv);
   (TARGET_FMA4 && ((MODE) == V4SFmode || (MODE) == V2DFmode \
                  || (MODE) == V8SFmode || (MODE) == V4DFmode))
 
-/* Value is 1 if hard register REGNO can hold a value of machine-mode MODE.  */
-
-#define HARD_REGNO_MODE_OK(REGNO, MODE)        \
-   ix86_hard_regno_mode_ok ((REGNO), (MODE))
-
 /* Value is 1 if it is a good idea to tie two pseudo registers
    when one has mode MODE1 and one has mode MODE2.
-   If HARD_REGNO_MODE_OK could produce different values for MODE1 and MODE2,
-   for any hard reg, then this must be 0 for correct output.  */
+   If TARGET_HARD_REGNO_MODE_OK could produce different values for MODE1
+   and MODE2, for any hard reg, then this must be 0 for correct output.  */
 
 #define MODES_TIEABLE_P(MODE1, MODE2) \
   ix86_modes_tieable_p ((MODE1), (MODE2))