From e104d89c8f2f6a0e81586e1a22a4a150c01d585f Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Wed, 8 Apr 2015 21:22:46 +0000 Subject: [PATCH] Formmatting correction llvm-svn: 234438 --- llvm/lib/CodeGen/WinEHPrepare.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/WinEHPrepare.cpp b/llvm/lib/CodeGen/WinEHPrepare.cpp index 84c10bf..02bb082 100644 --- a/llvm/lib/CodeGen/WinEHPrepare.cpp +++ b/llvm/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); -- 2.7.4