mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-01 10:03:30 +01:00
Remove DMDV1 and DMDV2.
This commit is contained in:
@@ -266,8 +266,6 @@ IrTypeArray* IrTypeArray::get(Type* dt)
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if DMDV2
|
||||
|
||||
IrTypeVector::IrTypeVector(Type* dt)
|
||||
: IrType(dt, vector2llvm(dt))
|
||||
{
|
||||
@@ -297,6 +295,4 @@ llvm::Type* IrTypeVector::vector2llvm(Type* dt)
|
||||
return llvm::VectorType::get(elemType, dim);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user