summaryrefslogtreecommitdiffstats
path: root/clang/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
commit4a6b337cfd5f580e33f66677cfcc79f8fd8cde2b (patch)
tree5fd68c41dda0537b9b98a8c79c48d5f74a4e9044 /clang/lib/CodeGen/CGException.cpp
parentf51087656d0d3e65521a9dc781e6f7890f321a4e (diff)
downloadbcm5719-llvm-4a6b337cfd5f580e33f66677cfcc79f8fd8cde2b.tar.gz
bcm5719-llvm-4a6b337cfd5f580e33f66677cfcc79f8fd8cde2b.zip
Add fixme.
llvm-svn: 90884
Diffstat (limited to 'clang/lib/CodeGen/CGException.cpp')
-rw-r--r--clang/lib/CodeGen/CGException.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGException.cpp b/clang/lib/CodeGen/CGException.cpp
index 9bc884134f9..11cf9cedb09 100644
--- a/clang/lib/CodeGen/CGException.cpp
+++ b/clang/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.
OpenPOWER on IntegriCloud