freedreno/ir3: fix compile break after splitting out nir_control_flow.h
The commit:
commit b49371b8ed
Author: Connor Abbott <cwabbott0@gmail.com>
AuthorDate: Tue Jul 21 19:54:18 2015 -0700
nir: move control flow modification to its own file
split out some control flow related APIs into a separate header, but did
not update drivers.
Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
|
||||
#include "ir3_nir.h"
|
||||
#include "glsl/nir/nir_builder.h"
|
||||
#include "glsl/nir/nir_control_flow.h"
|
||||
|
||||
/* Based on nir_opt_peephole_select, and hacked up to more aggressively
|
||||
* flatten anything that can be flattened
|
||||
|
||||
Reference in New Issue
Block a user