diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-04 21:20:24 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-04 21:20:24 +0000 |
commit | 45fa3fd60c479dda199c67e6665f3b285e5c3ac7 (patch) | |
tree | b7204458df4c73fd012d088642485d5f61a5928c /gcc/config/cris/predicates.md | |
parent | fbb99d3e96e287e73809b43f396620a016b252f0 (diff) | |
download | gcc-45fa3fd60c479dda199c67e6665f3b285e5c3ac7.tar.gz |
PR target/23424
* config/cris/predicates.md ("cris_bdap_sign_extend_operand"):
Disable.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106506 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/cris/predicates.md')
-rw-r--r-- | gcc/config/cris/predicates.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gcc/config/cris/predicates.md b/gcc/config/cris/predicates.md index 90fab8dd7d7..592fcff9dd0 100644 --- a/gcc/config/cris/predicates.md +++ b/gcc/config/cris/predicates.md @@ -79,10 +79,13 @@ ;; The caller needs to use :SI. (define_predicate "cris_bdap_sign_extend_operand" - (and (match_code "sign_extend") - (and (match_test "MEM_P (XEXP (op, 0))") - (match_test "cris_simple_address_operand (XEXP (XEXP (op, 0), 0), - Pmode)")))) +; Disabled until <URL:http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01376.html> +; or <URL:http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00940.html> is committed. + (match_test "0")) +; (and (match_code "sign_extend") +; (and (match_test "MEM_P (XEXP (op, 0))") +; (match_test "cris_simple_address_operand (XEXP (XEXP (op, 0), 0), +; Pmode)")))) ;; FIXME: Should not have to test for 1. (define_predicate "cris_scale_int_operand" |