Commit e77ee95d by Steve Ellcey Committed by Steve Ellcey

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
parent dbdd0cf3
2004-11-15 Steve Ellcey <sje@cup.hp.com>
* config/ia64/ia64.md (*movtf_internal): Use destination_operand
instead of nonimmediate_operand.
2004-11-15 Mark Mitchell <mark@codesourcery.com>
* config/i386/sol2.h (ASM_OUTPUT_CALL): Use print_operand.
......
......@@ -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])"
"#"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment