From e77ee95db8d0896473eda567c5501a232a15c408 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Mon, 15 Nov 2004 16:29:54 +0000 Subject: [PATCH] ia64.md (*movtf_internal): Use destination_operand instead of nonimmediate_operand. * config/ia64/ia64.md (*movtf_internal): Use destination_operand instead of nonimmediate_operand. From-SVN: r90675 --- gcc/ChangeLog | 5 +++++ gcc/config/ia64/ia64.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0eeffd5303e..b418029ef28 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-11-15 Steve Ellcey + + * config/ia64/ia64.md (*movtf_internal): Use destination_operand + instead of nonimmediate_operand. + 2004-11-15 Mark Mitchell * config/i386/sol2.h (ASM_OUTPUT_CALL): Use print_operand. diff --git a/gcc/config/ia64/ia64.md b/gcc/config/ia64/ia64.md index 4a01ba4d904..b32041c0928 100644 --- a/gcc/config/ia64/ia64.md +++ b/gcc/config/ia64/ia64.md @@ -1137,7 +1137,7 @@ }) (define_insn_and_split "*movtf_internal" - [(set (match_operand:TF 0 "nonimmediate_operand" "=r,r,m") + [(set (match_operand:TF 0 "destination_operand" "=r,r,m") (match_operand:TF 1 "general_operand" "ri,m,r"))] "ia64_move_ok (operands[0], operands[1])" "#" -- 2.30.2