1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/include/llvm/TableGen
Joerg Sonnenberger 839f6c1a88 Remove exception handling usage from tblgen.
Most places can use PrintFatalError as the unwinding mechanism was not
used for anything other than printing the error. The single exception
was CodeGenDAGPatterns.cpp, where intermediate errors during type
resolution were ignored to simplify incremental platform development.
This use is replaced by an error flag in TreePattern and bailout earlier
in various places if it is set. 

llvm-svn: 166712
2012-10-25 20:33:17 +00:00
..
Error.h Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
Main.h Move misplaced comment. 2012-10-09 01:47:16 +00:00
Record.h Remove unnecessary classof()'s 2012-10-11 23:30:49 +00:00
StringMatcher.h Move llvm-tblgen's StringMatcher into the TableGen library so it can 2012-05-02 17:32:48 +00:00
TableGenBackend.h Eliminate struct TableGenBackend. 2012-06-13 05:15:49 +00:00