diff 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
line wrap: on
line diff
--- a/dmd/statement.h	Fri Jan 25 01:42:36 2008 +0100
+++ b/dmd/statement.h	Sat Jan 26 17:13:22 2008 +0100
@@ -416,6 +416,9 @@
     Statement *inlineScan(InlineScanState *iss);
 
     void toIR(IRState *irs);
+
+    // LLVMDC
+    llvm::BasicBlock* defaultBB;
 };
 
 struct CaseStatement : Statement