nir: Remove spurious ; after nir_builder functions.

Makes -pedantic happy.

Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
This commit is contained in:
Jose Fonseca
2016-04-28 12:19:13 +01:00
parent caa5937ebb
commit e7438009af

View File

@@ -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_ */"""