mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-04 19:09:03 +02:00
@@ -30,6 +30,20 @@ IRScope::IRScope(llvm::BasicBlock* b, llvm::BasicBlock* e)
|
||||
builder.SetInsertPoint(b);
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////
|
||||
IRLoopScope::IRLoopScope()
|
||||
{
|
||||
}
|
||||
|
||||
IRLoopScope::IRLoopScope(Statement* s, TryFinallyStatement* enclosingtry, llvm::BasicBlock* b, llvm::BasicBlock* e)
|
||||
{
|
||||
begin = b;
|
||||
end = e;
|
||||
builder.SetInsertPoint(b);
|
||||
this->s = s;
|
||||
this->enclosingtry = enclosingtry;
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////
|
||||
IRState::IRState()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user