diff options
Diffstat (limited to 'gcc/config/riscv/riscv.h')
-rw-r--r-- | gcc/config/riscv/riscv.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/riscv/riscv.h b/gcc/config/riscv/riscv.h index 4e67211..0a5ae40 100644 --- a/gcc/config/riscv/riscv.h +++ b/gcc/config/riscv/riscv.h @@ -221,12 +221,6 @@ along with GCC; see the file COPYING3. If not see Extensions of pointers to word_mode must be signed. */ #define POINTERS_EXTEND_UNSIGNED false -/* When floating-point registers are wider than integer ones, moves between - them must go through memory. */ -#define SECONDARY_MEMORY_NEEDED(CLASS1,CLASS2,MODE) \ - (GET_MODE_SIZE (MODE) > UNITS_PER_WORD \ - && ((CLASS1) == FP_REGS) != ((CLASS2) == FP_REGS)) - /* Define if loading short immediate values into registers sign extends. */ #define SHORT_IMMEDIATES_SIGN_EXTEND 1 |