mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-15 13:40:33 +00:00
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:
parent
3eb64280e1
commit
23358b1d74
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user