flow: add a comment to handle__builtin_choose_expr_assigns()
commitb68b690306ceaab0302013ea156227c2e8a90d43
authorDan Carpenter <dan.carpenter@linaro.org>
Tue, 27 Jun 2023 08:45:46 +0000 (27 11:45 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Tue, 27 Jun 2023 08:45:46 +0000 (27 11:45 +0300)
treed9409c1dc43043aa326d82977552e2050b87eaa3
parentdb60346bf2bbf02dbeb7953b52778a9f8a3d2fc9
flow: add a comment to handle__builtin_choose_expr_assigns()

Just a comment why strip_parens() is used instead of strip_expr().  The
ordering is quite tricky.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
smatch_flow.c