i386.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
[platform/upstream/gcc.git] / gcc / config / i386 / i386.h
index 0dbe7b4..fa2e6c2 100644 (file)
@@ -1830,17 +1830,6 @@ typedef struct ix86_args {
 
 #define CONSTANT_ADDRESS_P(X)  constant_address_p (X)
 
-/* 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.