From: Rob Clark Date: Tue, 25 Aug 2015 12:17:30 +0000 (-0400) Subject: freedreno/ir3: fix compile break after splitting out nir_control_flow.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ab29751b62680cd77195bb33cf18068bd73f2f3;p=mesa.git freedreno/ir3: fix compile break after splitting out nir_control_flow.h The commit: commit b49371b8ede380f10ea3ab333246a3b01ac6aca5 Author: Connor Abbott 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 --- diff --git a/src/gallium/drivers/freedreno/ir3/ir3_nir_lower_if_else.c b/src/gallium/drivers/freedreno/ir3/ir3_nir_lower_if_else.c index dc9e4626f27..bed7b7b826a 100644 --- a/src/gallium/drivers/freedreno/ir3/ir3_nir_lower_if_else.c +++ b/src/gallium/drivers/freedreno/ir3/ir3_nir_lower_if_else.c @@ -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