vc4: Fix stray disable of the CSE pass.

Somehow I slipped this in with the original commit of CSE.
This commit is contained in:
Eric Anholt 2014-09-17 13:37:53 -07:00
parent ffeb77c7b0
commit b44a7a3223

View file

@ -124,7 +124,6 @@ qir_opt_cse(struct vc4_compile *c)
struct qinst *last_sf = NULL;
uint32_t sf_count = 0, r4_count = 0;
return false;
struct hash_table *ht = _mesa_hash_table_create(NULL, inst_key_equals);
if (!ht)
return false;