comparison gen/complex.h @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents 634fbbdec390
children
comparison
equal deleted inserted replaced
663:6aaa3d3c1183 664:eef8ac26c66c
1 #ifndef LLVMDC_GEN_COMPLEX_H 1 #ifndef LDC_GEN_COMPLEX_H
2 #define LLVMDC_GEN_COMPLEX_H 2 #define LDC_GEN_COMPLEX_H
3 3
4 const llvm::StructType* DtoComplexType(Type* t); 4 const llvm::StructType* DtoComplexType(Type* t);
5 const LLType* DtoComplexBaseType(Type* t); 5 const LLType* DtoComplexBaseType(Type* t);
6 6
7 LLConstant* DtoConstComplex(Type* t, long double re, long double im); 7 LLConstant* DtoConstComplex(Type* t, long double re, long double im);
24 24
25 LLValue* DtoComplexEquals(Loc& loc, TOK op, DValue* lhs, DValue* rhs); 25 LLValue* DtoComplexEquals(Loc& loc, TOK op, DValue* lhs, DValue* rhs);
26 26
27 DValue* DtoCastComplex(Loc& loc, DValue* val, Type* to); 27 DValue* DtoCastComplex(Loc& loc, DValue* val, Type* to);
28 28
29 #endif // LLVMDC_GEN_COMPLEX_H 29 #endif // LDC_GEN_COMPLEX_H