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:
3eb6428
)
Update comments to use unreachable instead of llvm.trap, as implemented now
author
Reid Kleckner
<reid@kleckner.net>
Thu, 29 Jan 2015 22:32:26 +0000
(22:32 +0000)
committer
Reid Kleckner
<reid@kleckner.net>
Thu, 29 Jan 2015 22:32:26 +0000
(22:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227502
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 48b3585e0cf355d2546f89abf2d0846d41641d09..52bca67248062bf2af6a81d59bfb13665610174c 100644
(file)
--- a/
lib/CodeGen/WinEHPrepare.cpp
+++ b/
lib/CodeGen/WinEHPrepare.cpp
@@
-79,7
+79,7
@@
bool WinEHPrepare::runOnFunction(Function &Fn) {
if (!isMSVCPersonality(Pers))
return DwarfPrepare->runOnFunction(Fn);
- // FIXME: Cleanups are unimplemented. Replace them with
calls to @llvm.trap
.
+ // FIXME: Cleanups are unimplemented. Replace them with
unreachable
.
if (Resumes.empty())
return false;