aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gnu.org>1992-09-03 05:49:58 +0000
committerTorbjorn Granlund <tege@gnu.org>1992-09-03 05:49:58 +0000
commit90989852ca13d0fef1250e3b0fb9369a671f29fd (patch)
tree92db2a72e1f90a641f559838be1ce46a80d93e18 /gcc
parent20eec2c268e2964f00ae678abadf24ad98e7ed79 (diff)
downloadgcc-90989852ca13d0fef1250e3b0fb9369a671f29fd.zip
gcc-90989852ca13d0fef1250e3b0fb9369a671f29fd.tar.gz
gcc-90989852ca13d0fef1250e3b0fb9369a671f29fd.tar.bz2
(casesi): Use match_dup for second mention of operand 4.
From-SVN: r2040
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/we32k/we32k.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/we32k/we32k.md b/gcc/config/we32k/we32k.md
index 8b10a2f..78e8d4e 100644
--- a/gcc/config/we32k/we32k.md
+++ b/gcc/config/we32k/we32k.md
@@ -1174,7 +1174,7 @@
(set (cc0) (compare (match_dup 5)
(match_operand:SI 2 "general_operand" "mri")))
(set (pc) (if_then_else (gtu (cc0) (const_int 0))
- (label_ref (match_operand 4 "" ""))
+ (label_ref (match_dup 4))
(pc)))
(set (match_dup 5) (ashift:SI (match_dup 5)
(const_int 2)))