---
src/compiler/nir/nir_builder_opcodes_h.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compiler/nir/nir_builder_opcodes_h.py
b/src/compiler/nir/nir_builder_opcodes_h.py
index e27206e..038e2b4 100644
--- a/src/compiler/nir/nir_builder_opcodes_h.py
+++ b/src/compiler/nir/nir_builder_opcodes_h.py
@@ -27,7 +27,7 @@ template = """\
#define _NIR_BUILDER_OPCODES_
% for name, opcode in sorted(opcodes.iteritems()):
-ALU${opcode.num_inputs}(${name});
+ALU${opcode.num_inputs}(${name})
% endfor
#endif /* _NIR_BUILDER_OPCODES_ */"""
--
2.5.0
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev