Commit 3ab7aa12 by Jeff Law

* pa.md (pic2_highpart): Accept readonly operands.

From-SVN: r8665
parent a8cdcc1f
...@@ -1172,7 +1172,6 @@ ...@@ -1172,7 +1172,6 @@
(high:SI (match_operand 2 "" ""))))] (high:SI (match_operand 2 "" ""))))]
"symbolic_operand (operands[2], Pmode) "symbolic_operand (operands[2], Pmode)
&& ! function_label_operand (operands[2]) && ! function_label_operand (operands[2])
&& ! read_only_operand (operands[2])
&& flag_pic == 2" && flag_pic == 2"
"addil LT'%G2,%1" "addil LT'%G2,%1"
[(set_attr "type" "binary") [(set_attr "type" "binary")
......
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