llvm-6502/include/llvm/Bitcode
Bill Wendling dccc03b242 Add the 'resume' instruction for the new EH rewrite.
This adds the 'resume' instruction class, IR parsing, and bitcode reading and
writing. The 'resume' instruction resumes propagation of an existing (in-flight)
exception whose unwinding was interrupted with a 'landingpad' instruction (to be
added later).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136589 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-31 06:30:59 +00:00
..
Archive.h Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
BitCodes.h Merge System into Support. 2010-11-29 18:16:10 +00:00
BitstreamReader.h fix a really bad bug that would cause nested cursors to break, 2011-07-09 17:00:12 +00:00
BitstreamWriter.h don't emit zero bit fields with Emit, fixing undefined behavior, 2010-08-18 00:29:18 +00:00
LLVMBitCodes.h Add the 'resume' instruction for the new EH rewrite. 2011-07-31 06:30:59 +00:00
ReaderWriter.h Remove tabs. 2010-10-06 07:19:18 +00:00