i965: Switch ip_record to the non-zeroing allocator.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.h
index b2aa0414511532a3b335ca5e4b0c8f32c1b11a3e..8d3511260855764f724baa0a780b9ff47f69cf02 100644 (file)
@@ -112,7 +112,7 @@ static const fs_reg reg_null_d(ARF, BRW_ARF_NULL, BRW_REGISTER_TYPE_D);
 
 class ip_record : public exec_node {
 public:
-   DECLARE_RZALLOC_CXX_OPERATORS(ip_record)
+   DECLARE_RALLOC_CXX_OPERATORS(ip_record)
 
    ip_record(int ip)
    {