Merge branch 'master' into merge-2.067

This commit is contained in:
Kai Nacke 2015-06-04 20:48:38 +02:00
commit 80acadc841
4 changed files with 3 additions and 12 deletions

View file

@ -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();
}