Simplify validation ProcessInstruction (#1786)
This CL moves most of the logic out of validation ProcessInstruction and groups it into validate. This places all of the validation logic in the same place making it clearer what is running. The Instruction class is changed to allow setting the function and block after creation.
Loading
Please register or sign in to comment