blob: 704bc4d544faa9095d34999f5e954032ab2c43fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- gcc/config/avr/avr.md 2007/04/07 22:14:51 123648
+++ gcc/config/avr/avr.md 2007/04/07 22:21:01 123649
@@ -448,7 +448,7 @@
(use (match_operand:QI 1 "register_operand" "r"))
(use (match_operand:QI 2 "const_int_operand" "n"))
(clobber (match_scratch:HI 3 "=0"))
- (clobber (match_scratch:QI 4 "=1"))]
+ (clobber (match_scratch:QI 4 "=&1"))]
""
"st %a0+,__zero_reg__
dec %1
@@ -462,7 +462,7 @@
(use (match_operand:HI 1 "register_operand" "!w,d"))
(use (match_operand:HI 2 "const_int_operand" "n,n"))
(clobber (match_scratch:HI 3 "=0,0"))
- (clobber (match_scratch:HI 4 "=1,1"))]
+ (clobber (match_scratch:HI 4 "=&1,&1"))]
""
"*{
if (which_alternative==0)
|