Update comments to use unreachable instead of llvm.trap, as implemented now
authorReid Kleckner <reid@kleckner.net>
Thu, 29 Jan 2015 22:32:26 +0000 (22:32 +0000)
committerReid Kleckner <reid@kleckner.net>
Thu, 29 Jan 2015 22:32:26 +0000 (22:32 +0000)
llvm-svn: 227502

llvm/lib/CodeGen/WinEHPrepare.cpp

index 48b3585..52bca67 100644 (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;