diff options
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index a3276299e49..2f693bb3daf 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -188,10 +188,6 @@ do { \ #define FUNCTION_ARG_PARTIAL_NREGS(CUM, MODE, TYPE, NAMED) 0 #endif -#ifndef FUNCTION_ARG_CALLEE_COPIES -#define FUNCTION_ARG_CALLEE_COPIES(CUM, MODE, TYPE, NAMED) 0 -#endif - tree split_complex_types (tree); tree split_complex_values (tree); |