Skip to content
Commit f0aa6f4e authored by Jaebaek Seo's avatar Jaebaek Seo
Browse files

Fixed Validator adjacency bug for OpPhi (#1922)

OpPhi instruction must appear before all non-OpPhi instructions
except for OpLine. Without this commit, Validator does not check
the case that an OpPhi is preceeded by an OpLine and the OpLine is
preceeded by a non-OpPhi instruction that is not OpLine.
parent 6ff2f647
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment