aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGException.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-12-08 22:12:48 +0000
committerMike Stump <mrs@apple.com>2009-12-08 22:12:48 +0000
commit4e0179f03074f7a280da2c9691dc344500c79c90 (patch)
tree80511af77c1cdf7fc1db3ecc17a483e583c29598 /lib/CodeGen/CGException.cpp
parent6ef83ccad1399bfc94f40a7bb593a8318a1e8fd9 (diff)
Add fixme.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90884 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGException.cpp')
-rw-r--r--lib/CodeGen/CGException.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CGException.cpp b/lib/CodeGen/CGException.cpp
index 9bc884134f..11cf9cedb0 100644
--- a/lib/CodeGen/CGException.cpp
+++ b/lib/CodeGen/CGException.cpp
@@ -253,6 +253,7 @@ void CodeGenFunction::EmitCXXThrowExpr(const CXXThrowExpr *E) {
llvm::ConstantInt::get(SizeTy, TypeSize),
"exception");
+ // FIXME: terminate protect this
CopyObject(*this, E->getSubExpr(), ExceptionPtr);
// Now throw the exception.