comparison 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
comparison
equal deleted inserted replaced
584:c7d7e2282ba3 585:fbb1a366cfbc
1171 int isCommutative(); 1171 int isCommutative();
1172 Identifier *opId(); 1172 Identifier *opId();
1173 Identifier *opId_r(); 1173 Identifier *opId_r();
1174 1174
1175 elem *toElem(IRState *irs); 1175 elem *toElem(IRState *irs);
1176
1177 // LLVMDC
1178 bool llvmFieldIndex;
1179 }; 1176 };
1180 1177
1181 struct MinExp : BinExp 1178 struct MinExp : BinExp
1182 { 1179 {
1183 MinExp(Loc loc, Expression *e1, Expression *e2); 1180 MinExp(Loc loc, Expression *e1, Expression *e2);