aboutsummaryrefslogtreecommitdiff
path: root/gcc
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
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')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/spe.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e57e057..125db40 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-25 Nathan Froyd <froydnj@codesourcery.com>
+
+ * config/rs6000/spe.md (*frob_ti_tf_2): Specify an input_operand
+ as the source of the set.
+
2007-06-25 Roman Zippel <zippel@linux-m68k.org>
* config/m68k/m68k.h (DATA_REGNO_P, ADDRESS_REGNO_P, INT_REGNO_P,
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")])