From 9a3c428bc097eba96491141bf520d255b70f990c Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 13 Oct 2004 22:41:36 +0000 Subject: [PATCH] (extzvdi_internal1): Add attribute "compare". (extzvdi_internal2): Same. From-SVN: r89004 --- gcc/ChangeLog | 2 ++ gcc/config/rs6000/rs6000.md | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2b867963f60..dc013694fe9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,6 +3,8 @@ * config/rs6000/rs6000.md (andsi3): Add attribute "compare" for andi./andis. (anddi3): Same. + (extzvdi_internal1): Add attribute "compare". + (extzvdi_internal2): Same. 2004-10-12 Tom Tromey diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 21f522ca023..c3c885284e0 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -3323,7 +3323,8 @@ operands[3] = GEN_INT (start + size); operands[2] = GEN_INT (64 - size); return \"rldicl. %4,%1,%3,%2\"; -}") +}" + [(set_attr "type" "compare")]) (define_insn "*extzvdi_internal2" [(set (match_operand:CC 4 "gpc_reg_operand" "=x") @@ -3345,7 +3346,8 @@ operands[3] = GEN_INT (start + size); operands[2] = GEN_INT (64 - size); return \"rldicl. %0,%1,%3,%2\"; -}") +}" + [(set_attr "type" "compare")]) (define_insn "rotlsi3" [(set (match_operand:SI 0 "gpc_reg_operand" "=r") -- 2.30.2