[svn r373] Labels inside tryfinally statements are not wrong in principle, so remove the assert.

This commit is contained in:
Christian Kamm
2008-07-14 10:01:09 +02:00
parent 45e8999c88
commit 80ba763fda

View File

@@ -1033,8 +1033,6 @@ void LabelStatement::toIR(IRState* p)
}
else
{
assert(tf == NULL);
llvm::BasicBlock* oldend = gIR->scopeend();
if (llvmBB)
llvmBB->moveBefore(oldend);