You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data: Remove redundant redefinition of APPEND_EXPR macro
The original commit which added the optimization pass (commit 06964d7)
contained a duplicate definition of the APPEND_EXPR macro, apparently
by accident. Because it was an exact duplicate of the existing
definition no compiler warning was generated.
Fixes: commit 06964d7
(cherry picked from commit bbad43a)
0 commit comments