diff options
Diffstat (limited to 'gcc/config/bfin/bfin.h')
-rw-r--r-- | gcc/config/bfin/bfin.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/bfin/bfin.h b/gcc/config/bfin/bfin.h index 0e6da5c08a8..5ac00368c43 100644 --- a/gcc/config/bfin/bfin.h +++ b/gcc/config/bfin/bfin.h @@ -515,11 +515,6 @@ enum reg_class perhaps another, smaller class. */ #define PREFERRED_RELOAD_CLASS(X, CLASS) (CLASS) -#define SECONDARY_OUTPUT_RELOAD_CLASS(class,mode,x) \ - secondary_output_reload_class(class,mode,x) -#define SECONDARY_INPUT_RELOAD_CLASS(class,mode,x) \ - secondary_input_reload_class(class,mode,x) - /* Function Calling Conventions. */ /* The type of the current function; normal functions are of type |