comparison dmd/statement.h @ 144:a27941d00351 trunk

[svn r149] fixed: a bunch of D-style variadics problems. fixed: GotoDefaultStatement implemented. fixed: some other minor bugs.
author lindquist
date Sat, 26 Jan 2008 17:13:22 +0100
parents 288fe1029e1f
children 8f704cb9969b
comparison
equal deleted inserted replaced
143:336ec4f4bbb3 144:a27941d00351
414 void toCBuffer(OutBuffer *buf, HdrGenState *hgs); 414 void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
415 415
416 Statement *inlineScan(InlineScanState *iss); 416 Statement *inlineScan(InlineScanState *iss);
417 417
418 void toIR(IRState *irs); 418 void toIR(IRState *irs);
419
420 // LLVMDC
421 llvm::BasicBlock* defaultBB;
419 }; 422 };
420 423
421 struct CaseStatement : Statement 424 struct CaseStatement : Statement
422 { 425 {
423 Expression *exp; 426 Expression *exp;