projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9180a2
)
Formmatting correction
author
Andrew Kaylor
<andrew.kaylor@intel.com>
Wed, 8 Apr 2015 21:22:46 +0000
(21:22 +0000)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/WinEHPrepare.cpp
b/lib/CodeGen/WinEHPrepare.cpp
index 84c10bfceca902d868e00fa0b0f366cb73520a63..02bb0826f47c472f7d21dedfe073b91246b817e2 100644
(file)
--- 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);