From 24113f5298d23f3a36419ddf54578d4115d640d0 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 23 Apr 1993 14:41:19 -0600 Subject: [PATCH] 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 --- gcc/config/pa/pa.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index f5df9df..2042dc5 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -2672,8 +2672,7 @@ (match_operand:SI 1 "arith11_operand" "rI")) (plus:SI (mem:SI (plus:SI (pc) (match_dup 0))) (label_ref (match_operand 2 "" ""))) - (pc))) - (use (label_ref (match_operand 3 "" "")))] + (label_ref (match_operand 3 "" ""))))] "" "* { -- 2.7.4