i965: Enable the constant propagation code.

A debug disable had slipped in.
This commit is contained in:
Eric Anholt 2010-10-05 10:20:16 -07:00
parent 1644bb0f40
commit dcd0261aff
1 changed files with 0 additions and 2 deletions

View File

@ -2548,8 +2548,6 @@ fs_visitor::propagate_constants()
{
bool progress = false;
return false;
foreach_iter(exec_list_iterator, iter, this->instructions) {
fs_inst *inst = (fs_inst *)iter.get();