Fix IrType::isVector (so far unused anyway).

This commit is contained in:
David Nadlinger
2013-10-10 18:26:28 +02:00
parent 3d9b70c7a6
commit 7dff0bbe4b

View File

@@ -81,7 +81,7 @@ public:
///
virtual IrTypeStruct* isStruct() { return 0; }
///
IrTypeVector* isVector() { return 0; }
virtual IrTypeVector* isVector() { return 0; }
///
Type* getDType() { return dtype; }