From: Andrew Kaylor Date: Wed, 8 Apr 2015 21:22:46 +0000 (+0000) Subject: Formmatting correction X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=83a5f9fbf4fa193a41e140966643726a318d8523;p=oota-llvm.git Formmatting correction git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234438 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/WinEHPrepare.cpp b/lib/CodeGen/WinEHPrepare.cpp index 84c10bfceca..02bb0826f47 100644 --- a/lib/CodeGen/WinEHPrepare.cpp +++ b/lib/CodeGen/WinEHPrepare.cpp @@ -555,7 +555,8 @@ bool WinEHPrepare::prepareExceptionHandlers( ++InsertPt; ParentAlloca = new AllocaInst(ParentInst->getType(), nullptr, - ParentInst->getName() + ".reg2mem", AllocaInsertPt); + ParentInst->getName() + ".reg2mem", + AllocaInsertPt); new StoreInst(ParentInst, ParentAlloca, InsertPt); } else { ParentAlloca = DemoteRegToStack(*ParentInst, true, AllocaInsertPt);