mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-21 07:13:13 +01:00
Fix IrType::isVector (so far unused anyway).
This commit is contained in:
@@ -81,7 +81,7 @@ public:
|
||||
///
|
||||
virtual IrTypeStruct* isStruct() { return 0; }
|
||||
///
|
||||
IrTypeVector* isVector() { return 0; }
|
||||
virtual IrTypeVector* isVector() { return 0; }
|
||||
|
||||
///
|
||||
Type* getDType() { return dtype; }
|
||||
|
||||
Reference in New Issue
Block a user