llvm-mirror/lib/Bytecode
Reid Spencer d00c37651a For PR797:
Make the Bytecode Reader use setjmp/longjump instead of exceptions to handle
errors. The alternative was even uglier than setjmp/longjump as it would
impact the interface and workings of nearly every function in the reader.

llvm-svn: 29819
2006-08-22 16:09:19 +00:00
..
Archive For PR797: 2006-08-22 16:07:44 +00:00
Reader For PR797: 2006-08-22 16:09:19 +00:00
Writer formatting cleanups 2006-07-28 22:07:54 +00:00
Makefile