intel/compiler/vec4: Add live interval validation pass
[mesa.git] / src / intel / compiler / brw_vec4_live_variables.h
index e2081e02423d0a5ecc08190b621796030153599d..b5023fa0dc71cbfc19d4199eb2d5ed36ad8becce 100644 (file)
@@ -68,6 +68,9 @@ public:
    vec4_live_variables(const backend_shader *s);
    ~vec4_live_variables();
 
+   bool
+   validate(const backend_shader *s) const;
+
    int num_vars;
    int bitset_words;