OSDN Git Service

Revert delta 190174
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / i386.h
index 2bea22b..86a091d 100644 (file)
@@ -1657,17 +1657,6 @@ do {                                                                     \
     goto WIN;                                                          \
 } while (0)
 
-/* Try a machine-dependent way of reloading an illegitimate address
-   operand.  If we find one, push the reload and jump to WIN.  This
-   macro is used in only one place: `find_reloads_address' in reload.c.  */
-
-#define LEGITIMIZE_RELOAD_ADDRESS(X, MODE, OPNUM, TYPE, INDL, WIN)     \
-do {                                                                   \
-  if (ix86_legitimize_reload_address ((X), (MODE), (OPNUM),            \
-                                     (int)(TYPE), (INDL)))             \
-    goto WIN;                                                          \
-} while (0)
-
 /* If defined, a C expression to determine the base term of address X.
    This macro is used in only one place: `find_base_term' in alias.c.