summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2015-04-08 21:22:46 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2015-04-08 21:22:46 +0000
commite104d89c8f2f6a0e81586e1a22a4a150c01d585f (patch)
treea4f997b7d0ee753859a578f1f283824b79a71bea /llvm/lib/CodeGen
parent7c4f6c4116591d8337783da58df0e765ccfc9793 (diff)
downloadbcm5719-llvm-e104d89c8f2f6a0e81586e1a22a4a150c01d585f.tar.gz
bcm5719-llvm-e104d89c8f2f6a0e81586e1a22a4a150c01d585f.zip
Formmatting correction
llvm-svn: 234438
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/WinEHPrepare.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/WinEHPrepare.cpp b/llvm/lib/CodeGen/WinEHPrepare.cpp
index 84c10bfceca..02bb0826f47 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);
OpenPOWER on IntegriCloud