comparison dmd/GotoStatement.d @ 63:cab4c37afb89

A bunch of implementations
author korDen
date Mon, 23 Aug 2010 16:52:24 +0400
parents 10317f0c89a5
children 2e2a5c3f943a
comparison
equal deleted inserted replaced
62:6557375aff35 63:cab4c37afb89
73 { 73 {
74 //printf("GotoStatement.blockExit(%p)\n", this); 74 //printf("GotoStatement.blockExit(%p)\n", this);
75 return BE.BEgoto; 75 return BE.BEgoto;
76 } 76 }
77 77
78 Expression interpret(InterState* istate) 78 Expression interpret(InterState istate)
79 { 79 {
80 assert(false); 80 assert(false);
81 } 81 }
82 82
83 void toIR(IRState* irs) 83 void toIR(IRState* irs)