Update comments to use unreachable instead of llvm.trap, as implemented now

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227502 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Kleckner 2015-01-29 22:32:26 +00:00
parent 3eb64280e1
commit 23358b1d74

View File

@ -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;