mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-06 10:57:35 +03:00
Merge branch 'master' into merge-2.067
This commit is contained in:
commit
80acadc841
4 changed files with 3 additions and 12 deletions
|
@ -208,9 +208,6 @@ void DtoAssert(Module* M, Loc& loc, DValue* msg)
|
|||
// call
|
||||
gIR->CreateCallOrInvoke(fn, args);
|
||||
|
||||
// end debug info
|
||||
gIR->DBuilder.EmitFuncEnd(gIR->func()->decl);
|
||||
|
||||
// after assert is always unreachable
|
||||
gIR->ir->CreateUnreachable();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue