mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-18 04:33:27 +01: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