replace _mesa_logbase2 with util_logbase2
[mesa.git] / src / intel / compiler / brw_fs_sel_peephole.cpp
index 6395b409b7c54713aff1d408b9938999b6703992..b36a048601f586708fd150045eb023a5c8d0ba32 100644 (file)
@@ -215,7 +215,7 @@ fs_visitor::opt_peephole_sel()
    }
 
    if (progress)
-      invalidate_live_intervals();
+      invalidate_analysis(DEPENDENCY_INSTRUCTIONS | DEPENDENCY_VARIABLES);
 
    return progress;
 }