mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-17 17:29:02 +02:00
[svn r357] Merged DMD 1.033
This commit is contained in:
@@ -165,6 +165,12 @@ Statement *AsmStatement::semantic(Scope *sc)
|
||||
return this;
|
||||
}
|
||||
|
||||
int AsmStatement::blockExit()
|
||||
{
|
||||
//printf("AsmStatement::blockExit(%p)\n", this);
|
||||
return BEfallthru | BEreturn | BEgoto | BEhalt;
|
||||
}
|
||||
|
||||
void
|
||||
AsmStatement::toIR(IRState * irs)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user