[svn r52] fixed static arrays in struct literals

This commit is contained in:
Tomas Lindquist Olsen
2007-10-19 17:15:30 +02:00
parent cca32e4efd
commit 6445254a7b
4 changed files with 37 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ void LLVM_DtoResizeDynArray(llvm::Value* arr, llvm::Value* sz);
void LLVM_DtoCatArrayElement(llvm::Value* arr, Expression* exp);
void LLVM_DtoStaticArrayCopy(llvm::Value* dst, llvm::Value* src);
llvm::Value* LLVM_DtoStaticArrayCompare(TOK op, llvm::Value* l, llvm::Value* r);
#endif // LLVMC_GEN_ARRAYS_H