Rafael Espindola 55e9587469 Fix eabi calling convention when a 64 bit value shadows r3.
Without this what was happening was:

* R3 is not marked as "used"
* ARM backend thinks it has to save it to the stack because of vaarg
* Offset computation correctly ignores it
* Offsets are wrong

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110446 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-06 15:35:32 +00:00
..
2009-12-19 20:56:53 +00:00
2010-08-02 00:45:41 +00:00
2009-09-24 06:23:57 +00:00
2010-07-12 18:17:47 +00:00
2010-07-30 12:18:36 +00:00
2010-08-04 16:11:24 +00:00