Dylan McKay 30ef1d60f9 [AVR] Fix the 'call.ll' CodeGen test
Commit r343851 changed the format of the generated instructions.

An unnecessary load has been removed. Previously, a value would be moved
from r24 into a temporary register just to be copied into r30 before the
indirect call. Now, codegen immediately loads r24 into r30, saving a
MOVW instruction.

llvm-svn: 344111
2018-10-10 03:21:42 +00:00
..
2017-04-19 12:02:52 +00:00
2016-12-31 01:07:14 +00:00
2018-10-10 03:21:42 +00:00
2017-07-11 04:17:13 +00:00
2017-07-11 04:17:13 +00:00
2017-11-24 15:36:43 +00:00
2016-12-30 00:21:56 +00:00
2016-12-31 01:07:14 +00:00
2017-12-09 07:51:43 +00:00