mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
mesa: Move ATTRIBUTE_NOINLINE for glsl_to_tgsi_visitor::visit_expression for MSVC
Fixes 65d7172d ("util/macros: Add ATTRIBUTE_NOINLINE definition for MSVC")
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6351>
This commit is contained in:
parent
c60cea0daa
commit
9e9d28007a
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ public:
|
|||
virtual void visit(ir_barrier *);
|
||||
/*@}*/
|
||||
|
||||
void visit_expression(ir_expression *, st_src_reg *) ATTRIBUTE_NOINLINE;
|
||||
void ATTRIBUTE_NOINLINE visit_expression(ir_expression *, st_src_reg *);
|
||||
|
||||
void visit_atomic_counter_intrinsic(ir_call *);
|
||||
void visit_ssbo_intrinsic(ir_call *);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue