aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorNathan Froyd <froydnj@codesourcery.com>2007-06-25 19:15:08 +0000
committerNathan Froyd <froydnj@gcc.gnu.org>2007-06-25 19:15:08 +0000
commita3f8aaa52eec0887b18eef4f50f55dce6632882f (patch)
tree435b8a881eae13ed210a2242a45af392b39e2799 /gcc/config
parentbf32249ec2e8df94fa91c0c6d673ec44dec63da3 (diff)
downloadgcc-a3f8aaa52eec0887b18eef4f50f55dce6632882f.zip
gcc-a3f8aaa52eec0887b18eef4f50f55dce6632882f.tar.gz
gcc-a3f8aaa52eec0887b18eef4f50f55dce6632882f.tar.bz2
spe.md (*frob_ti_tf_2): Specify an input_operand as the source of the set.
* config/rs6000/spe.md (*frob_ti_tf_2): Specify an input_operand as the source of the set. From-SVN: r126002
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/rs6000/spe.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/spe.md b/gcc/config/rs6000/spe.md
index 94e8528..58d401f 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")])