diff options
author | Manman Ren <mren@apple.com> | 2013-07-15 21:26:31 +0000 |
---|---|---|
committer | Manman Ren <mren@apple.com> | 2013-07-15 21:26:31 +0000 |
commit | 7310b75c8b6cc0f73d114dc0beccbb96a6942547 (patch) | |
tree | f2c9ecd7685226935d4a0f5299530961b51350ae /test | |
parent | 7126ba1ee064def54c307a5e139884fc7d09c9bf (diff) | |
download | external_llvm-7310b75c8b6cc0f73d114dc0beccbb96a6942547.zip external_llvm-7310b75c8b6cc0f73d114dc0beccbb96a6942547.tar.gz external_llvm-7310b75c8b6cc0f73d114dc0beccbb96a6942547.tar.bz2 |
Machine Verifier: verify FrameSetup and FrameDestroy
1> on every path through the CFG, a FrameSetup <n> is always followed by a
FrameDestroy <n> and a FrameDestroy is always followed by a FrameSetup.
2> stack adjustments are identical on all CFG edges to a merge point.
3> frame is destroyed at end of a return block.
PR16393
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186350 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions