Clean up the handling of an EBP/RBP unwind frame pointer. In particular, don't
authorBill Wendling <isanbard@gmail.com>
Wed, 13 Jul 2011 00:16:14 +0000 (00:16 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 13 Jul 2011 00:16:14 +0000 (00:16 +0000)
commit595d745f5f3ce250111ca2231569c93b43dfe8ee
treef6d836c31a9f28159e211329b8d010be218afd36
parentd5efb1eee65cbee06722341869e5c88d2f648fa3
Clean up the handling of an EBP/RBP unwind frame pointer. In particular, don't
assert when the frame pointer is -1 (i.e., the function is "frameless").

Still to do: "frameless" unwind information.

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