* config/i386/i386.h (ix86_args): Define only if USED_FOR_TARGET
isn't defined.
From-SVN: r196999
+2013-03-22 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/i386/i386.h (ix86_args): Define only if USED_FOR_TARGET
+ isn't defined.
+
2013-03-22 H.J. Lu <hongjiu.lu@intel.com>
PR target/56560
/* 1 if N is a possible register number for function argument passing. */
#define FUNCTION_ARG_REGNO_P(N) ix86_function_arg_regno_p (N)
+#ifndef USED_FOR_TARGET
/* Define a data type for recording info about an argument list
during the scan of that argument list. This data type should
hold all necessary information about the function itself
/* Nonzero if it returns 256bit AVX modes. */
BOOL_BITFIELD callee_return_avx256_p : 1;
} CUMULATIVE_ARGS;
+#endif
/* Initialize a variable CUM of type CUMULATIVE_ARGS
for a call to a function whose data type is FNTYPE.