From 35cc5e7d25d707fcd029f012ea52acc14504686c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 18 Feb 1992 07:47:20 -0500 Subject: [PATCH] *** empty log message *** From-SVN: r340 --- gcc/config/romp/romp.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gcc/config/romp/romp.md b/gcc/config/romp/romp.md index 6d732fed263..9bc7e6f7e54 100644 --- a/gcc/config/romp/romp.md +++ b/gcc/config/romp/romp.md @@ -1131,10 +1131,11 @@ (zero_extract:SI (match_operand:SI 3 "register_operand" "") (const_int 1) (const_int 31))) - (set (zero_extract:SI (match_operand:SI 0 "register_operand" "") - (match_operand:SI 1 "const_int_operand" "") - (match_operand:SI 2 "const_int_operand" "")) - (ne (cc0) (const_int 0)))] + (parallel [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "") + (match_operand:SI 1 "const_int_operand" "") + (match_operand:SI 2 "const_int_operand" "")) + (ne (cc0) (const_int 0))) + (clobber (match_scratch:SI 4 ""))])] "" "") @@ -1159,7 +1160,7 @@ (const_int 1) (match_operand:SI 1 "const_int_operand" "n,m")) (ne (cc0) (const_int 0))) - (match_scratch 2 "=X,b")] + (clobber (match_scratch:SI 2 "=X,b"))] "" "@ mftbi%t1 %0,%S1