1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib/Bytecode
Reid Spencer 20dc3903a6 Error Handling Cleanup:
- get rid of PARSE_ERROR macro
- add error(std::string) function
- use error(std::string) for all errors
- make input dependent asserts call error(std::string) instead
- ensure asserts are only for logic bugs, not input discrepancies.

llvm-svn: 14729
2004-07-09 22:21:33 +00:00
..
Reader Error Handling Cleanup: 2004-07-09 22:21:33 +00:00
Writer Implementation of SlotTable went into header file. Note that this header 2004-07-04 11:47:22 +00:00
Makefile Remove newly defunct Analyzer directory. 2004-06-29 23:21:16 +00:00