Rename LongJmpException -> SJLJException

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8234 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-08-30 23:29:08 +00:00
parent 7a9fd015a3
commit ed499d2e0a
2 changed files with 6 additions and 6 deletions

View File

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

View File

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