i965: Initialize schedule_node::delay.

Fixes "Uninitialized scalar field" defect reported by Coverity.

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
This commit is contained in:
Vinson Lee 2013-11-14 22:33:56 -08:00
parent f7ce1d772d
commit 78fc159d68

View file

@ -608,6 +608,7 @@ schedule_node::schedule_node(backend_instruction *inst,
this->parent_count = 0;
this->unblocked_time = 0;
this->cand_generation = 0;
this->delay = 0;
/* We can't measure Gen6 timings directly but expect them to be much
* closer to Gen7 than Gen4.