i965: Switch fs_live_variables to the non-zeroing allocator.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_live_variables.h
index fa8b61d0ae361e7988d8b6a9bd79e8341ded9c5b..e22743915416160aa8b57ecfaa16fbc6f352200e 100644 (file)
@@ -53,7 +53,7 @@ struct block_data {
 
 class fs_live_variables {
 public:
-   DECLARE_RZALLOC_CXX_OPERATORS(fs_live_variables)
+   DECLARE_RALLOC_CXX_OPERATORS(fs_live_variables)
 
    fs_live_variables(fs_visitor *v, cfg_t *cfg);
    ~fs_live_variables();