Rename LongJmpException -> SJLJException

llvm-svn: 8234
This commit is contained in:
Chris Lattner 2003-08-30 23:29:08 +00:00
parent 3779c373ca
commit b1af6c0f6e
2 changed files with 6 additions and 6 deletions

View File

@ -42,9 +42,9 @@ struct llvm_exception {
};
enum {
ErrorException = 0,
LongjmpException = 1,
CXXException = 2,
ErrorException = 0,
SJLJException = 1,
CXXException = 2,
};
// Language independent exception handling API...

View File

@ -42,9 +42,9 @@ struct llvm_exception {
};
enum {
ErrorException = 0,
LongjmpException = 1,
CXXException = 2,
ErrorException = 0,
SJLJException = 1,
CXXException = 2,
};
// Language independent exception handling API...