[Sparc] Implements hasReservedCallFrame and hasFP.
authorVenkatraman Govindaraju <venkatra@cs.wisc.edu>
Fri, 17 May 2013 15:14:34 +0000 (15:14 +0000)
committerVenkatraman Govindaraju <venkatra@cs.wisc.edu>
Fri, 17 May 2013 15:14:34 +0000 (15:14 +0000)
commita65d33760bae63b11569117597cf0fbd64f5c0eb
treef95c7ea71895d8820cda774f8ef888e3b6f83a53
parenta0de26ce34877fac86ef6d939d56bbebb3b4e14c
[Sparc] Implements hasReservedCallFrame and hasFP.
 This is to generate correct framesetup code when the function
 has variable sized allocas.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182108 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Sparc/SparcFrameLowering.cpp
lib/Target/Sparc/SparcFrameLowering.h
test/CodeGen/SPARC/2013-05-17-CallFrame.ll [new file with mode: 0644]