aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/ia64/ia64.md
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2004-11-15 16:29:54 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2004-11-15 16:29:54 +0000
commite77ee95db8d0896473eda567c5501a232a15c408 (patch)
treecb9ac4b29f8623c11d1a0990e1fb6a369197b622 /gcc/config/ia64/ia64.md
parentdbdd0cf3095c82c73b7fb2d418562c38e44a00fe (diff)
downloadgcc-e77ee95db8d0896473eda567c5501a232a15c408.zip
gcc-e77ee95db8d0896473eda567c5501a232a15c408.tar.gz
gcc-e77ee95db8d0896473eda567c5501a232a15c408.tar.bz2
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
Diffstat (limited to 'gcc/config/ia64/ia64.md')
-rw-r--r--gcc/config/ia64/ia64.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/ia64/ia64.md b/gcc/config/ia64/ia64.md
index 4a01ba4..b32041c 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])"
"#"