Formmatting correction
authorAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 8 Apr 2015 21:22:46 +0000 (21:22 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 8 Apr 2015 21:22:46 +0000 (21:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234438 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/WinEHPrepare.cpp

index 84c10bfceca902d868e00fa0b0f366cb73520a63..02bb0826f47c472f7d21dedfe073b91246b817e2 100644 (file)
@@ -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);