summaryrefslogtreecommitdiffstats
path: root/libcxxabi
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-02-17 18:45:04 +0000
committerHoward Hinnant <hhinnant@apple.com>2012-02-17 18:45:04 +0000
commitd901bb4de4552f75de71fd99dc4eb97f8d15a635 (patch)
treec9d3a962a48b70a4fd6c5532870a910e41b7b184 /libcxxabi
parentb9057d5fae21effdde5a2cdd1a71cae45ccb4ddd (diff)
downloadbcm5719-llvm-d901bb4de4552f75de71fd99dc4eb97f8d15a635.tar.gz
bcm5719-llvm-d901bb4de4552f75de71fd99dc4eb97f8d15a635.zip
Remove outdated information from comment.
llvm-svn: 150827
Diffstat (limited to 'libcxxabi')
-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 8b2d7328cb5..e49278c0ba6 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
OpenPOWER on IntegriCloud