projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9666c0
)
(tstdi): Add missing parallel around the pattern.
author
Richard Kenner
<kenner@gcc.gnu.org>
Sun, 13 Apr 1997 16:53:00 +0000
(12:53 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Sun, 13 Apr 1997 16:53:00 +0000
(12:53 -0400)
From-SVN: r13881
gcc/config/m68k/m68k.md
patch
|
blob
|
history
diff --git
a/gcc/config/m68k/m68k.md
b/gcc/config/m68k/m68k.md
index 86a70b6361d25237281e3a1b4c13796b77a453f9..92733efe4416393e51bf870abc772679aaec2b28 100644
(file)
--- a/
gcc/config/m68k/m68k.md
+++ b/
gcc/config/m68k/m68k.md
@@
-304,10
+304,10
@@
;; be folded while optimizing anyway.
(define_expand "tstdi"
- [(set (cc0)
- (match_operand:DI 0 "nonimmediate_operand" ""))
- (clobber (match_scratch:SI 1 ""))
-
(clobber (match_scratch:DI 2 "")
)]
+ [(
parallel [(
set (cc0)
+
(match_operand:DI 0 "nonimmediate_operand" ""))
+
(clobber (match_scratch:SI 1 ""))
+
(clobber (match_scratch:DI 2 ""))]
)]
""
"m68k_last_compare_had_fp_operands = 0;")