summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/WinEHPrepare.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/WinEHPrepare.cpp b/llvm/lib/CodeGen/WinEHPrepare.cpp
index 48b3585e0cf..52bca672480 100644
--- a/llvm/lib/CodeGen/WinEHPrepare.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud