diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2023-03-28 03:18:31 +0200 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2023-03-28 03:18:31 +0200 |
commit | bab2fb9d63ef1e3d51b88dcdf1d7d533fb6e6844 (patch) | |
tree | f016752c5d8d9a8ec4b2e8e45793ce4593c9fc85 /gcc | |
parent | ffcdac4feb42e44867ad980cbf2004d106ac3770 (diff) | |
download | gcc-bab2fb9d63ef1e3d51b88dcdf1d7d533fb6e6844.zip gcc-bab2fb9d63ef1e3d51b88dcdf1d7d533fb6e6844.tar.gz gcc-bab2fb9d63ef1e3d51b88dcdf1d7d533fb6e6844.tar.bz2 |
CRIS: Remove unused constraint "R".
* config/cris/constraints.md ("R"): Remove unused constraint.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/cris/constraints.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/cris/constraints.md b/gcc/config/cris/constraints.md index 05a1d24..5efb613 100644 --- a/gcc/config/cris/constraints.md +++ b/gcc/config/cris/constraints.md @@ -100,16 +100,6 @@ || reload_completed)"))) ;; Extra constraints. -(define_constraint "R" - "An operand to BDAP or BIAP." - ;; A BIAP; r.S? - (ior (match_test "cris_biap_index_p (op, reload_in_progress - || reload_completed)") - ;; A [reg] or (int) [reg], maybe with post-increment. - (match_test "cris_bdap_index_p (op, reload_in_progress - || reload_completed)") - (match_test "CONSTANT_P (op)"))) - (define_constraint "T" "Memory three-address operand." ;; All are indirect-memory: |