aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorOleg Endo <olegendo@gcc.gnu.org>2013-05-06 19:53:56 +0000
committerOleg Endo <olegendo@gcc.gnu.org>2013-05-06 19:53:56 +0000
commit6fee3ea2704390f5a3124fcc928eb30ff0350d09 (patch)
treebbd41ced12ff6e496bdc0f3ccf945c951a12e4f2 /gcc/config
parentb04897c4adb21914d7ca9a4a834e9b40121043b3 (diff)
PR target/57108
* config/sh/sh.md (tstsi_t_zero_extract_eq): Use QIHISIDI mode iterator. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch@198645 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/sh/sh.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md
index 8fb3f8a8b0d..4fc4104be50 100644
--- a/gcc/config/sh/sh.md
+++ b/gcc/config/sh/sh.md
@@ -687,9 +687,9 @@
[(set_attr "type" "mt_group")])
;; Extract contiguous bits and compare them against zero.
-(define_insn "tstsi_t_zero_extract_eq"
+(define_insn "tst<mode>_t_zero_extract_eq"
[(set (reg:SI T_REG)
- (eq:SI (zero_extract:SI (match_operand:SI 0 "logical_operand" "z")
+ (eq:SI (zero_extract:SI (match_operand:QIHISIDI 0 "logical_operand" "z")
(match_operand:SI 1 "const_int_operand")
(match_operand:SI 2 "const_int_operand"))
(const_int 0)))]