nv50/ir/nir: implement nir_alu_instr handling
[mesa.git] / src / gallium / drivers / nouveau / codegen / nv50_ir_graph.h
index b0981ff69432fce038990cb385c82d061b1615d9..115f20e5e993075ff5730965926d30c4b51f926a 100644 (file)
@@ -147,7 +147,7 @@ public:
 
 public:
    Graph();
-   ~Graph(); // does *not* free the nodes (make it an option ?)
+   virtual ~Graph(); // does *not* free the nodes (make it an option ?)
 
    inline Node *getRoot() const { return root; }