[llvm] r234438 - Formmatting correction
Andrew Kaylor
andrew.kaylor at intel.com
Wed Apr 8 14:22:46 PDT 2015
Author: akaylor
Date: Wed Apr 8 16:22:46 2015
New Revision: 234438
URL: http://llvm.org/viewvc/llvm-project?rev=234438&view=rev
Log:
Formmatting correction
Modified:
llvm/trunk/lib/CodeGen/WinEHPrepare.cpp
Modified: llvm/trunk/lib/CodeGen/WinEHPrepare.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/WinEHPrepare.cpp?rev=234438&r1=234437&r2=234438&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/WinEHPrepare.cpp (original)
+++ llvm/trunk/lib/CodeGen/WinEHPrepare.cpp Wed Apr 8 16:22:46 2015
@@ -555,7 +555,8 @@ bool WinEHPrepare::prepareExceptionHandl
++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);
More information about the llvm-commits
mailing list