summaryrefslogtreecommitdiff
path: root/ir_optimization.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-05-11 12:34:21 -0700
committerEric Anholt <eric@anholt.net>2010-06-01 15:15:04 -0700
commit49a5d5c4f5bf6e8d6ba344e8496d1d1fa0b4586d (patch)
tree0c444a3a290d52cb4069151f9ff9cfb4e102ed2f /ir_optimization.h
parentb145e903694fa932ab1e0d955e889555193ab604 (diff)
ir_swizzle_swizzle: Reduce swizzle chains to a single swizzle.
Diffstat (limited to 'ir_optimization.h')
-rw-r--r--ir_optimization.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ir_optimization.h b/ir_optimization.h
index 2916784..0660e72 100644
--- a/ir_optimization.h
+++ b/ir_optimization.h
@@ -35,4 +35,5 @@ bool do_dead_code_local(exec_list *instructions);
bool do_dead_code_unlinked(exec_list *instructions);
bool do_function_inlining(exec_list *instructions);
bool do_if_simplification(exec_list *instructions);
+bool do_swizzle_swizzle(exec_list *instructions);
bool do_vec_index_to_swizzle(exec_list *instructions);