Commit 96aa1f95 by Georg-Johann Lay Committed by Georg-Johann Lay

lib1funcs.S (__muldi3): No need to clear zero_reg as previous call to…

lib1funcs.S (__muldi3): No need to clear zero_reg as previous call to __umulhisi3 already cleared it.

	* config/avr/lib1funcs.S (__muldi3) [have MUL]: No need to clear
	zero_reg as previous call to __umulhisi3 already cleared it.

From-SVN: r238850
parent 7b11fbb8
2016-07-29 Georg-Johann Lay <avr@gjlay.de>
* config/avr/lib1funcs.S (__muldi3) [have MUL]: No need to clear
zero_reg as previous call to __umulhisi3 already cleared it.
2016-07-21 Aurelien Jarno <aurelien@aurel32.net> 2016-07-21 Aurelien Jarno <aurelien@aurel32.net>
PR target/59833 PR target/59833
......
...@@ -958,7 +958,6 @@ DEFUN __muldi3 ...@@ -958,7 +958,6 @@ DEFUN __muldi3
wmov A4, C4 wmov A4, C4
wmov A6, C6 wmov A6, C6
clr __zero_reg__
pop r16 pop r16
pop r17 pop r17
pop r28 pop r28
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment