Put FrameSetup flag on x86 instructions that set up the call frame. No
authorCharles Davis <cdavis@mines.edu>
Sun, 12 Jun 2011 01:45:54 +0000 (01:45 +0000)
committerCharles Davis <cdavis@mines.edu>
Sun, 12 Jun 2011 01:45:54 +0000 (01:45 +0000)
commitaff232a5941c9ffb7ad52e08f81ad53794fed56b
tree421203d430423200855ad7c175895161384d97ca
parent3bdc190d33dbe64e9c77ef2e23e91a69ebde57ff
Put FrameSetup flag on x86 instructions that set up the call frame. No
functionality change.

Later on, we'll use the flag to emit SEH pseudo-ops that describe how the
call frame was built.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132880 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FrameLowering.cpp