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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user