mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-27 17:13:20 +01:00
[svn r151] fixed #29: out contracts work now
This commit is contained in:
@@ -949,7 +949,6 @@ void LabelStatement::toIR(IRState* p)
|
||||
LOG_SCOPE;
|
||||
|
||||
assert(tf == NULL);
|
||||
assert(!isReturnLabel);
|
||||
|
||||
llvm::BasicBlock* oldend = gIR->scopeend();
|
||||
if (llvmBB)
|
||||
|
||||
Reference in New Issue
Block a user