Fix pr4058 and pr4059. Do not split i64 or double arguments between r3 and
authorBob Wilson <bob.wilson@apple.com>
Tue, 19 May 2009 10:02:36 +0000 (10:02 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 19 May 2009 10:02:36 +0000 (10:02 +0000)
commit04746eae49f1cc28e787b67256a37bf91481bb90
treef17a8896aa64c9555bfbdcad3c8f842e898324ad
parent224c244f56025c10e70e4204daceadfb3cdd2c06
Fix pr4058 and pr4059.  Do not split i64 or double arguments between r3 and
the stack.  Patch by Sandeep Patel.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72106 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMCallingConv.td
test/CodeGen/ARM/arguments-nosplit-double.ll [new file with mode: 0644]
test/CodeGen/ARM/arguments-nosplit-i64.ll [new file with mode: 0644]