Fix array comparison

This commit is contained in:
Alexey Prokhin
2011-03-26 17:58:08 +03:00
parent 058e2df074
commit 375dcb095c
3 changed files with 4 additions and 2 deletions

View File

@@ -13,9 +13,11 @@ llvm::GlobalVariable* LLVM_D_GetRuntimeGlobal(llvm::Module* target, const char*
#if DMDV1
#define _d_allocclass "_d_allocclass"
#define _adEq "_adEq"
#define _adCmp "_adCmp"
#else
#define _d_allocclass "_d_newclass"
#define _adEq "_adEq2"
#define _adCmp "_adCmp2"
#endif
#endif // LDC_GEN_RUNTIME_H_