ARM: mark additional instructions as MachineFrameSetup
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 7 May 2014 03:03:31 +0000 (03:03 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 7 May 2014 03:03:31 +0000 (03:03 +0000)
commit3fe09b705c1604d2f90311d73d9e7f9562cbf9d8
tree5503ecddb5f6ebbb8691133329474f68c081f59e
parent0029e2d665d3b0de6864c96ff964a23a7705610e
ARM: mark additional instructions as MachineFrameSetup

Mark up additional instructions which are part of the function prologue as
MachineFrameSetup.  These instructions are part of the function prologue,
emitted by the PEI pass to setup the stack for use in the activating frame.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208153 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMFrameLowering.cpp