llvm-6502/include
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
..
llvm Fix eabi calling convention when a 64 bit value shadows r3. 2010-08-06 15:35:32 +00:00
llvm-c start straightening out libedis's dependencies and make it fit 2010-07-20 18:25:19 +00:00