aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1992-02-18 07:47:20 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1992-02-18 07:47:20 -0500
commit35cc5e7d25d707fcd029f012ea52acc14504686c (patch)
treea7d0a2408b53a42fb9617d7f3ef9b0c60e0a7bc4
parent6f086dfc7cf12f6cd531b7cd1744759ac5e792dd (diff)
downloadgcc-35cc5e7d25d707fcd029f012ea52acc14504686c.zip
gcc-35cc5e7d25d707fcd029f012ea52acc14504686c.tar.gz
gcc-35cc5e7d25d707fcd029f012ea52acc14504686c.tar.bz2
*** empty log message ***
From-SVN: r340
-rw-r--r--gcc/config/romp/romp.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/gcc/config/romp/romp.md b/gcc/config/romp/romp.md
index 6d732fe..9bc7e6f 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