Commit 24113f52 by Jeff Law

pa.md (casesi0): Indicate that the PC is set to the "out-of-range" label if the index is not valid.

	* pa.md (casesi0): Indicate that the PC is set to the
	"out-of-range" label if the index is not valid.

From-SVN: r4201
parent 56322f2a
...@@ -2672,8 +2672,7 @@ ...@@ -2672,8 +2672,7 @@
(match_operand:SI 1 "arith11_operand" "rI")) (match_operand:SI 1 "arith11_operand" "rI"))
(plus:SI (mem:SI (plus:SI (pc) (match_dup 0))) (plus:SI (mem:SI (plus:SI (pc) (match_dup 0)))
(label_ref (match_operand 2 "" ""))) (label_ref (match_operand 2 "" "")))
(pc))) (label_ref (match_operand 3 "" ""))))]
(use (label_ref (match_operand 3 "" "")))]
"" ""
"* "*
{ {
......
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