i965: Switch fs_inst to the non-zeroing allocator.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.h
index 8d3511260855764f724baa0a780b9ff47f69cf02..6d93132cd056b27bc54d184b37277d13ca85d86a 100644 (file)
@@ -124,7 +124,7 @@ public:
 
 class fs_inst : public backend_instruction {
 public:
-   DECLARE_RZALLOC_CXX_OPERATORS(fs_inst)
+   DECLARE_RALLOC_CXX_OPERATORS(fs_inst)
 
    void init();