diff options
author | Jeff Law <jlaw@ventanamicro> | 2023-05-01 07:40:38 -0600 |
---|---|---|
committer | Jeff Law <jlaw@ventanamicro> | 2023-05-01 07:40:38 -0600 |
commit | 977a3be3ccbc7f177316b2b349523023cac37bcd (patch) | |
tree | d0766d12a3846f8e6331ed658696ceea569595c5 | |
parent | faf8bea79b62569af2891e7adc6f758141f738af (diff) | |
download | gcc-977a3be3ccbc7f177316b2b349523023cac37bcd.zip gcc-977a3be3ccbc7f177316b2b349523023cac37bcd.tar.gz gcc-977a3be3ccbc7f177316b2b349523023cac37bcd.tar.bz2 |
Convert xstormy16 to LRA
This patch converts the xstormy16 patch to LRA. It introduces a code
quality regression in the shiftsi testcase, but it also fixes numerous
aborts/errors. IMHO it's a good tradeoff.
gcc/
* config/stormy16/stormy16.cc (TARGET_LRA_P): Remove defintion.
-rw-r--r-- | gcc/config/stormy16/stormy16.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/stormy16/stormy16.cc b/gcc/config/stormy16/stormy16.cc index 98f87fa..81b32db 100644 --- a/gcc/config/stormy16/stormy16.cc +++ b/gcc/config/stormy16/stormy16.cc @@ -2894,9 +2894,6 @@ xstormy16_push_rounding (poly_int64 bytes) #undef TARGET_PREFERRED_OUTPUT_RELOAD_CLASS #define TARGET_PREFERRED_OUTPUT_RELOAD_CLASS xstormy16_preferred_reload_class -#undef TARGET_LRA_P -#define TARGET_LRA_P hook_bool_void_false - #undef TARGET_LEGITIMATE_ADDRESS_P #define TARGET_LEGITIMATE_ADDRESS_P xstormy16_legitimate_address_p #undef TARGET_MODE_DEPENDENT_ADDRESS_P |