From 3a875c6baa74418195fab07ac16b338e623f58d3 Mon Sep 17 00:00:00 2001 From: kenner Date: Wed, 11 Mar 1992 12:07:33 +0000 Subject: *** empty log message *** git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@436 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/romp/romp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/config/romp') 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"))])] "" "") -- cgit v1.2.1