From f668bd0e059774e44fd3571d998a5ca74cceb97f Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Thu, 3 Dec 2009 03:40:14 +0000 Subject: Reflow. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90407 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGException.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/CodeGen/CGException.cpp') diff --git a/lib/CodeGen/CGException.cpp b/lib/CodeGen/CGException.cpp index d3d26ca950..1ceb2542ae 100644 --- a/lib/CodeGen/CGException.cpp +++ b/lib/CodeGen/CGException.cpp @@ -390,7 +390,9 @@ void CodeGenFunction::EmitCXXTryStmt(const CXXTryStmt &S) { // FIXME: objects with ctors, references Builder.CreateStore(ExcObject, GetAddrOfLocalVar(CatchParam)); #else - // FIXME: we need to do this sooner so that the EH region for the cleanup doesn't start until after the ctor completes, use a decl init? + // FIXME: we need to do this sooner so that the EH region for the + // cleanup doesn't start until after the ctor completes, use a decl + // init? CopyObject(*this, CatchParam->getType().getNonReferenceType(), ExcObject, GetAddrOfLocalVar(CatchParam)); #endif -- cgit v1.2.3-70-g09d2