comparison gen/arrays.h @ 21:8d45266bbabe trunk

[svn r25] * Fixed a lot of problems with string literals * Fixed slice-slice copying assignment
author lindquist
date Thu, 04 Oct 2007 07:01:15 +0200
parents d3ee9efe20e2
children 4648206ca213
comparison
equal deleted inserted replaced
20:42bf2eb2973b 21:8d45266bbabe
15 15
16 void LLVM_DtoArrayCopy(elem* dst, elem* src); 16 void LLVM_DtoArrayCopy(elem* dst, elem* src);
17 17
18 void LLVM_DtoArrayInit(llvm::Value* l, llvm::Value* r); 18 void LLVM_DtoArrayInit(llvm::Value* l, llvm::Value* r);
19 19
20 llvm::Constant* LLVM_DtoConstantSlice(llvm::Constant* dim, llvm::Constant* ptr);
21
20 #endif // LLVMC_GEN_ARRAYS_H 22 #endif // LLVMC_GEN_ARRAYS_H