[svn r94] started on complex support

calling final class methods was being treated as a virtual call failing an assertion.
This commit is contained in:
Tomas Lindquist Olsen
2007-11-07 03:36:07 +01:00
parent e7a17c2744
commit 4a5659c04e
7 changed files with 59 additions and 3 deletions
+2
View File
@@ -233,6 +233,8 @@ struct ComplexExp : Expression
#endif
elem *toElem(IRState *irs);
dt_t **toDt(dt_t **pdt);
// LLVMDC
virtual llvm::Constant *toConstElem(IRState *irs);
};
struct IdentifierExp : Expression