OSDN Git Service

ARM:
authorStepan Dyatkovskiy <stpworld@narod.ru>
Fri, 19 Oct 2012 08:23:06 +0000 (08:23 +0000)
committerStepan Dyatkovskiy <stpworld@narod.ru>
Fri, 19 Oct 2012 08:23:06 +0000 (08:23 +0000)
commit0d3c8d5d16caa4c4f1310699722aa2cbe2844f21
treed35a659c6de5b07f62962164e8729fd55f5ac7aa
parent0d7d11d57f81d2318a730d7599bbdaa67a721150
ARM:
Removed extra stack frame object for fixed byval arguments,
VarArgsStyleRegisters invocation was reworked due to some improper usage in
past. PR14099 also demonstrates it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166273 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
test/CodeGen/ARM/2012-10-18-PR14099-ByvalFrameAddress.ll [new file with mode: 0644]