Commit a98dd5bb by Kazu Hirata Committed by Kazu Hirata

* config/m32r/m32r.md: Remove a constraint from a splitter.

From-SVN: r75026
parent 19a4e5b7
2003-12-25 Kazu Hirata <kazu@cs.umass.edu>
* config/m32r/m32r.md: Remove a constraint from a splitter.
2003-12-25 Andrew Pinski <pinskia@physics.uc.edu>
PR C++/13429, C/11944
......
......@@ -500,7 +500,7 @@
(define_split
[(set (match_operand:SI 0 "register_operand" "")
(match_operand:SI 1 "seth_add3_operand" "i"))]
(match_operand:SI 1 "seth_add3_operand" ""))]
"TARGET_ADDR32"
[(set (match_dup 0)
(high:SI (match_dup 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