Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-02-17 22:45:04 +0400
committerHoward Hinnant <hhinnant@apple.com>2012-02-17 22:45:04 +0400
commitd901bb4de4552f75de71fd99dc4eb97f8d15a635 (patch)
treec9d3a962a48b70a4fd6c5532870a910e41b7b184 /libcxxabi/src/cxa_personality.cpp
parentb9057d5fae21effdde5a2cdd1a71cae45ccb4ddd (diff)
Remove outdated information from comment.
llvm-svn: 150827
Diffstat (limited to 'libcxxabi/src/cxa_personality.cpp')
-rw-r--r--libcxxabi/src/cxa_personality.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/libcxxabi/src/cxa_personality.cpp b/libcxxabi/src/cxa_personality.cpp
index 8b2d7328cb5d..e49278c0ba69 100644
--- a/libcxxabi/src/cxa_personality.cpp
+++ b/libcxxabi/src/cxa_personality.cpp
@@ -726,13 +726,6 @@ scan_eh_tab(scan_results& results, _Unwind_Action actions, bool native_exception
// public API
/*
-A foreign exception is defined by by one with an exceptionClass that doesn't
-have 'C++' in the 3 low order bytes 3 - 1:
-
- big end | | ... | C | + | + |1/0| little end
-
-The lowest order byte may be 0 or 1.
-
The personality function branches on actions like so:
_UA_SEARCH_PHASE