llvm-6502/lib/Bytecode/Reader
Reid Spencer 0b5a504d10 For PR797:
Remove exception throwing/handling from lib/Bytecode, and adjust its users
to compensate for changes in the interface.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29875 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-25 17:43:11 +00:00
..
Analyzer.cpp Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. 2006-07-06 18:02:27 +00:00
Makefile These libs use EH info 2006-07-07 16:44:31 +00:00
Reader.cpp For PR797: 2006-08-22 16:09:19 +00:00
Reader.h For PR797: 2006-08-22 16:09:19 +00:00
ReaderWrappers.cpp For PR797: 2006-08-25 17:43:11 +00:00