From 13719e8b7abb07bfd1e78d9bf456aa6cb70b47bc Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Sun, 19 May 2013 09:58:02 +0000 Subject: [PATCH] mips.md (extended_mips16): Remove branch case. gcc/ * config/mips/mips.md (extended_mips16): Remove branch case. (length): Remove duplicated extended_mips16 test. From-SVN: r199078 --- gcc/ChangeLog | 5 +++++ gcc/config/mips/mips.md | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b005445eb3a..af7383977a6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-05-19 Richard Sandiford + + * config/mips/mips.md (extended_mips16): Remove branch case. + (length): Remove duplicated extended_mips16 test. + 2013-05-19 Richard Sandiford * config/mips/t-sde: Don't build 64-bit microMIPS multilibs. diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 6b0e6866e26..8d38a774920 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -407,7 +407,6 @@ ;; Is this an extended instruction in mips16 mode? (define_attr "extended_mips16" "no,yes" (if_then_else (ior (eq_attr "move_type" "sll0") - (eq_attr "type" "branch") (eq_attr "jal" "direct")) (const_string "yes") (const_string "no"))) @@ -586,10 +585,6 @@ (const_int 32) ] (const_int 48)) - (and (eq_attr "extended_mips16" "yes") - (match_test "TARGET_MIPS16")) - (const_int 8) - ;; "Ghost" instructions occupy no space. (eq_attr "type" "ghost") (const_int 0) -- 2.30.2