nir: Print array deref indices as decimal
[mesa.git] / src / compiler / glsl / lower_vector.cpp
index 72192b1b25862a813538bcd0ba12bf1bc0e01a56..4024644b0628f11193584a0e40e29b3b2bdf2dae 100644 (file)
@@ -58,7 +58,7 @@ public:
  * Extended swizzles consist of access of a single vector source (with possible
  * per component negation) and the constants -1, 0, or 1.
  */
-bool
+static bool
 is_extended_swizzle(ir_expression *ir)
 {
    /* Track any variables that are accessed by this expression.