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
The storage class operand was being added with the wrong
operand type. It was assumed to be an ID. Then trying
to analyze the new variable declaration instruction's
defs and uses could get confused and assert out.
Added a test for this.
0 commit comments