i965: Add an invalidation of live intervals after register splitting.

No effect, since it was called before live intervals were calculated.
This commit is contained in:
Eric Anholt 2011-01-14 11:53:38 -08:00
parent 65c41d55a0
commit 7c7df146b5
1 changed files with 1 additions and 0 deletions

View File

@ -2671,6 +2671,7 @@ fs_visitor::split_virtual_grfs()
}
}
}
this->live_intervals_valid = false;
}
/**