diff --git a/gen/runtime.cpp b/gen/runtime.cpp index 87c7a06a..82a88375 100644 --- a/gen/runtime.cpp +++ b/gen/runtime.cpp @@ -557,7 +557,7 @@ static void LLVM_D_BuildRuntimeModule() // void _d_array_slice_copy(void* dst, size_t dstlen, void* src, size_t srclen) { llvm::StringRef fname("_d_array_slice_copy"); - std::vector types; + std::vector types; types.push_back(voidPtrTy); types.push_back(sizeTy); types.push_back(voidPtrTy);