intel/compiler: Introduce backend_shader method to propagate IR changes to analysis...
[mesa.git] / src / intel / compiler / brw_vec4_cmod_propagation.cpp
index a7a3bb8fb062ac239888bd1fb69adf9a07f0e317..5123f2cf6bd7a4b32cbef3eb3f5a4fc708cdf032 100644 (file)
@@ -357,7 +357,7 @@ vec4_visitor::opt_cmod_propagation()
    }
 
    if (progress)
-      invalidate_live_intervals();
+      invalidate_analysis(DEPENDENCY_EVERYTHING);
 
    return progress;
 }