diff options
author | Jeff Law <law@gcc.gnu.org> | 1993-05-04 16:10:16 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1993-05-04 16:10:16 -0600 |
commit | ca6345d54624e50891700f6abdf3a48f747776fe (patch) | |
tree | 87d8daed3bf09353a78b35d7836cab6c6666b6e3 | |
parent | 98ef8d5fb5abe9e8a69f6fd2cf0e1e38bed82817 (diff) | |
download | gcc-ca6345d54624e50891700f6abdf3a48f747776fe.zip gcc-ca6345d54624e50891700f6abdf3a48f747776fe.tar.gz gcc-ca6345d54624e50891700f6abdf3a48f747776fe.tar.bz2 |
* pa.md (casesi0): Remove incorrect fix from Apr 23.
From-SVN: r4325
-rw-r--r-- | gcc/config/pa/pa.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 9b86f1c..05c7b42 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -2678,7 +2678,8 @@ (match_operand:SI 1 "arith11_operand" "rI")) (plus:SI (mem:SI (plus:SI (pc) (match_dup 0))) (label_ref (match_operand 2 "" ""))) - (label_ref (match_operand 3 "" ""))))] + (pc))) + (use (label_ref (match_operand 3 "" "")))] "" "* { |