Skip to content

nir: Remove semicolon in macro

Alyssa Rosenzweig requested to merge alyssa/mesa:coverity-nir into master

We'll want a semicolon in the caller and we don't want to expand to double-semicolons (that will upset static analysis).

Panfrost is the only user in-tree at the time of writing.


Alternatively, I can delete the macro entirely and update Panfrost's compilers accordingly. I'm honestly not sure where this macro came from.

Signed-off-by: Alyssa Rosenzweig alyssa.rosenzweig@collabora.com

Edited by Alyssa Rosenzweig

Merge request reports