commit | 4a6b337cfd5f580e33f66677cfcc79f8fd8cde2b | [log] [tgz] |
---|---|---|
author | Mike Stump <mrs@apple.com> | Tue Dec 08 22:12:48 2009 +0000 |
committer | Mike Stump <mrs@apple.com> | Tue Dec 08 22:12:48 2009 +0000 |
tree | 5fd68c41dda0537b9b98a8c79c48d5f74a4e9044 | |
parent | f51087656d0d3e65521a9dc781e6f7890f321a4e [diff] [blame] |
Add fixme. llvm-svn: 90884
diff --git a/clang/lib/CodeGen/CGException.cpp b/clang/lib/CodeGen/CGException.cpp index 9bc8841..11cf9ce 100644 --- a/clang/lib/CodeGen/CGException.cpp +++ b/clang/lib/CodeGen/CGException.cpp
@@ -253,6 +253,7 @@ llvm::ConstantInt::get(SizeTy, TypeSize), "exception"); + // FIXME: terminate protect this CopyObject(*this, E->getSubExpr(), ExceptionPtr); // Now throw the exception.