Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / intel / compiler / brw_vec4_cmod_propagation.cpp
index a7a3bb8fb062ac239888bd1fb69adf9a07f0e317..be0f957aeba620c886a33901cc91bf783e3ac85d 100644 (file)
@@ -357,7 +357,7 @@ vec4_visitor::opt_cmod_propagation()
    }
 
    if (progress)
-      invalidate_live_intervals();
+      invalidate_analysis(DEPENDENCY_INSTRUCTIONS);
 
    return progress;
 }