diff options
author | Mike Stump <mrs@apple.com> | 2009-12-08 22:12:48 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-12-08 22:12:48 +0000 |
commit | 4a6b337cfd5f580e33f66677cfcc79f8fd8cde2b (patch) | |
tree | 5fd68c41dda0537b9b98a8c79c48d5f74a4e9044 /clang/lib/CodeGen/CGException.cpp | |
parent | f51087656d0d3e65521a9dc781e6f7890f321a4e (diff) | |
download | bcm5719-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.cpp | 1 |
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. |