diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-11 12:07:33 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-11 12:07:33 +0000 |
commit | 3a875c6baa74418195fab07ac16b338e623f58d3 (patch) | |
tree | 374edfa69fb9d51ab7b22541c363660c666f25f8 /gcc/config/romp | |
parent | ef47ea7d8f6e772daea0196e40198121fd87524b (diff) | |
download | gcc-3a875c6baa74418195fab07ac16b338e623f58d3.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@436 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/romp')
-rw-r--r-- | gcc/config/romp/romp.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/romp/romp.md b/gcc/config/romp/romp.md index 9bc7e6f7e54..7bad21b5fa8 100644 --- a/gcc/config/romp/romp.md +++ b/gcc/config/romp/romp.md @@ -245,9 +245,9 @@ ;; NO_REGS, so we need not have any predicates here. (define_expand "reload_outsi" - [(set (match_operand:SI 0 "symbolic_memory_operand" "=m") - (match_operand:SI 1 "" "r")) - (match_operand:SI 2 "" "=&b")] + [(parallel [(set (match_operand:SI 0 "symbolic_memory_operand" "=m") + (match_operand:SI 1 "" "r")) + (clobber (match_operand:SI 2 "" "=&b"))])] "" "") |