From 823dc8bde76af9de71fd6ee4e82fd3760968f077 Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Wed, 10 Dec 2014 19:39:14 +0100 Subject: rs6000.md (*anddi3_2rld_dot, [...]): Change type from "compare" to "two". * config/rs6000/rs6000.md (*anddi3_2rld_dot, *anddi3_rld_dot2): Change type from "compare" to "two". From-SVN: r218596 --- gcc/ChangeLog | 5 +++++ gcc/config/rs6000/rs6000.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ccca309..c815d74 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2014-12-10 Segher Boessenkool + * config/rs6000/rs6000.md (*anddi3_2rld_dot, *anddi3_rld_dot2): + Change type from "compare" to "two". + +2014-12-10 Segher Boessenkool + PR target/64180 * config/rs6000/predicates.md (unsigned_comparison_operator): New. (signed_comparison_operator): New. diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 233f7e6..f6947ef 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -7373,7 +7373,7 @@ { build_mask64_2_operands (operands[2], &operands[4]); } - [(set_attr "type" "compare") + [(set_attr "type" "two") (set_attr "dot" "yes") (set_attr "length" "8,12")]) @@ -7406,7 +7406,7 @@ { build_mask64_2_operands (operands[2], &operands[4]); } - [(set_attr "type" "compare") + [(set_attr "type" "two") (set_attr "dot" "yes") (set_attr "length" "8,12")]) -- cgit v1.1