comparison gen/complex.h @ 244:a95056b3c996 trunk

[svn r261] Fixed debug info for integer and floating local variables, can now be inspected in GDB. Did a lot of smaller cleans up here and there. Replaced more llvm::Foo with LLFoo for common stuff. Split up tollvm.cpp.
author lindquist
date Mon, 09 Jun 2008 09:37:08 +0200
parents 0806379a5eca
children 0e6b4d65d3f8
comparison
equal deleted inserted replaced
243:4d006f7b2ada 244:a95056b3c996
24 DValue* DtoComplexDiv(Type* type, DValue* lhs, DValue* rhs); 24 DValue* DtoComplexDiv(Type* type, DValue* lhs, DValue* rhs);
25 DValue* DtoComplexNeg(Type* type, DValue* val); 25 DValue* DtoComplexNeg(Type* type, DValue* val);
26 26
27 LLValue* DtoComplexEquals(TOK op, DValue* lhs, DValue* rhs); 27 LLValue* DtoComplexEquals(TOK op, DValue* lhs, DValue* rhs);
28 28
29 DValue* DtoCastComplex(DValue* val, Type* to);
30
29 #endif // LLVMDC_GEN_COMPLEX_H 31 #endif // LLVMDC_GEN_COMPLEX_H