intel/compiler: Pass detailed dependency classes to invalidate_analysis()
[mesa.git] / src / intel / compiler / brw_fs_cmod_propagation.cpp
index 9f35c13dd6f1de639fd66bf7ebb1f26a1ded1df4..0b02b336d693a14d077785de7580e614f5535fd3 100644 (file)
@@ -448,7 +448,7 @@ fs_visitor::opt_cmod_propagation()
    }
 
    if (progress)
-      invalidate_analysis(DEPENDENCY_EVERYTHING);
+      invalidate_analysis(DEPENDENCY_INSTRUCTIONS);
 
    return progress;
 }