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:
6cc327c
)
[WinEH] Fix minor bug in begincatch block splitting
author
Andrew Kaylor
<andrew.kaylor@intel.com>
Wed, 29 Apr 2015 17:21:26 +0000
(17:21 +0000)
committer
Andrew Kaylor
<andrew.kaylor@intel.com>
Wed, 29 Apr 2015 17:21:26 +0000
(17:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236129
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 b78fdcd1897cb5ac708db8cdc5f0329899ca857c..0fa5a12e2da2e32f35cf7e29cf429c85714fbd4b 100644
(file)
--- a/
lib/CodeGen/WinEHPrepare.cpp
+++ b/
lib/CodeGen/WinEHPrepare.cpp
@@
-448,7
+448,7
@@
void WinEHPrepare::findCXXEHReturnPoints(
// cleanup and catch code to be distinguished later.
// Do not update BBI because we still need to process the
// portion of the block that we are splitting off.
- SplitBlock(BB,
&I
, DT);
+ SplitBlock(BB,
SplitPt
, DT);
break;
}
}