Commit ea45c4b0 by J"orn Rennecke Committed by Joern Rennecke

* sh.md (reload_inqi): Fix mode for source in second set.

From-SVN: r64192
parent 7101fb18
Tue Mar 11 22:35:39 2003 J"orn Rennecke <joern.rennecke@superh.com>
* sh.md (reload_inqi): Fix mode for source in second set.
Tue Mar 11 22:48:03 CET 2003 Jan Hubicka <jh@suse.cz> Tue Mar 11 22:48:03 CET 2003 Jan Hubicka <jh@suse.cz>
* cselib.c (cselib_invalidate_mem_1): Move too ... * cselib.c (cselib_invalidate_mem_1): Move too ...
......
...@@ -3667,7 +3667,7 @@ ...@@ -3667,7 +3667,7 @@
[(set (match_operand:SI 2 "" "=&r") [(set (match_operand:SI 2 "" "=&r")
(match_operand:QI 1 "inqhi_operand" "")) (match_operand:QI 1 "inqhi_operand" ""))
(set (match_operand:QI 0 "arith_reg_operand" "=r") (set (match_operand:QI 0 "arith_reg_operand" "=r")
(truncate:HI (match_dup 3)))] (truncate:QI (match_dup 3)))]
"TARGET_SHMEDIA" "TARGET_SHMEDIA"
" "
{ {
......
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