util: Do not use align as variable name
authorYonggang Luo <luoyonggang@gmail.com>
Sun, 4 Jun 2023 06:59:01 +0000 (14:59 +0800)
committerMarge Bot <emma+marge@anholt.net>
Thu, 8 Jun 2023 06:41:21 +0000 (06:41 +0000)
commit4134f9ac0958f745e1c487f1f256c51eee1977be
tree2247ade9222dcd7feebef676a6cb7ad3f5ddee9d
parent586391720b31e9589e55c7849c64326a0e2d9208
util: Do not use align as variable name

Because align is also a function in u_math.h

Reviewed-by: Rohan Garg <rohan.garg@intel.com>
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23421>
src/compiler/glsl/ast_to_hir.cpp
src/compiler/glsl_types.cpp