diff dmd/expression.h @ 585:fbb1a366cfbc

Complex number should now follow the D ABI on x86. They're also treated as first class values now. Big change.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Tue, 09 Sep 2008 16:49:47 -0700
parents 6aee82889553
children 870652a9af23
line wrap: on
line diff
--- a/dmd/expression.h	Mon Sep 08 20:38:55 2008 +0200
+++ b/dmd/expression.h	Tue Sep 09 16:49:47 2008 -0700
@@ -1173,9 +1173,6 @@
     Identifier *opId_r();
 
     elem *toElem(IRState *irs);
-
-    // LLVMDC
-    bool llvmFieldIndex;
 };
 
 struct MinExp : BinExp