diff options
author | froydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-25 19:15:08 +0000 |
---|---|---|
committer | froydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-25 19:15:08 +0000 |
commit | 5e791c11a31829baf131d8a31fc43c22f59f2040 (patch) | |
tree | 435b8a881eae13ed210a2242a45af392b39e2799 /gcc/config/rs6000/spe.md | |
parent | 979e5a719528b3c5750280f5ef20c0acc44a9ff2 (diff) | |
download | gcc-5e791c11a31829baf131d8a31fc43c22f59f2040.tar.gz |
* config/rs6000/spe.md (*frob_ti_tf_2): Specify an input_operand
as the source of the set.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126002 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/spe.md')
-rw-r--r-- | gcc/config/rs6000/spe.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/spe.md b/gcc/config/rs6000/spe.md index 94e8528ab08..58d401fb3c1 100644 --- a/gcc/config/rs6000/spe.md +++ b/gcc/config/rs6000/spe.md @@ -2319,7 +2319,7 @@ (define_insn "*frob_ti_tf_2" [(set (subreg:TF (match_operand:TI 0 "gpc_reg_operand" "=&r") 0) - (match_operand:TF 1 "gpc_reg_operand" "r"))] + (match_operand:TF 1 "input_operand" "r"))] "TARGET_E500_DOUBLE" "evmergehi %0,%1,%1\;mr %L0,%1\;evmergehi %Y0,%L1,%L1\;mr %Z0,%L1" [(set_attr "length" "16")]) |