diff options
author | Jeff Law <law@gcc.gnu.org> | 1993-04-23 14:41:19 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1993-04-23 14:41:19 -0600 |
commit | 24113f5298d23f3a36419ddf54578d4115d640d0 (patch) | |
tree | 7705f61e1592cd63641226d3cb67b02694cc6cf8 | |
parent | 56322f2a589fb024fac684e2cb7412e56a75adef (diff) | |
download | gcc-24113f5298d23f3a36419ddf54578d4115d640d0.zip gcc-24113f5298d23f3a36419ddf54578d4115d640d0.tar.gz gcc-24113f5298d23f3a36419ddf54578d4115d640d0.tar.bz2 |
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
-rw-r--r-- | gcc/config/pa/pa.md | 3 |
1 files changed, 1 insertions, 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 "" ""))))] "" "* { |