Charles Davis 9c77398d1c While thinking about how to know where the functions' boundaries are for
the purposes of the Win64 EH tables, I realized we had no way to tell where
the function ends. (MASM bounds functions with PROC and ENDP keywords.)
Add a directive to delimit the end of the function, and rename the 'frame'
directive to more accurately reflect its duality with the new directive.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131522 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-18 04:47:22 +00:00
..
2010-11-29 18:16:10 +00:00
2010-11-29 18:16:10 +00:00
2011-04-23 19:53:52 +00:00
2011-03-23 23:32:48 +00:00
2010-11-29 18:16:10 +00:00
2010-07-01 01:00:22 +00:00