From 2a2235087ff4fa50849180154f1d88aad11e476d Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Thu, 29 Jan 2015 22:32:26 +0000 Subject: Update comments to use unreachable instead of llvm.trap, as implemented now llvm-svn: 227502 --- llvm/lib/CodeGen/WinEHPrepare.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen') 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; -- cgit v1.2.3