From 531be601d5f9ac4f8a9cc77240ba865fda077709 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 28 Oct 2015 10:11:11 -0700 Subject: nir: Unexpose _impl versions of copy_prop and dce MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Kristian Høgsberg Reviewed-by: Kenneth Graunke --- src/glsl/nir/nir_opt_dce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glsl/nir/nir_opt_dce.c') diff --git a/src/glsl/nir/nir_opt_dce.c b/src/glsl/nir/nir_opt_dce.c index e0ebdc61c2f..603252825c3 100644 --- a/src/glsl/nir/nir_opt_dce.c +++ b/src/glsl/nir/nir_opt_dce.c @@ -145,7 +145,7 @@ delete_block_cb(nir_block *block, void *_state) return true; } -bool +static bool nir_opt_dce_impl(nir_function_impl *impl) { struct exec_list *worklist = ralloc(NULL, struct exec_list); -- cgit v1.2.3