Skip to content
Unverified Commit f96b7f1c authored by dan sinclair's avatar dan sinclair Committed by GitHub
Browse files

use Pass::Run to set the context on each pass. (#1708)

Currently the IRContext is passed into the Pass::Process method. It is
then up to the individual pass to store the context into the context_
variable. This CL changes the Run method to store the context before
calling Process which no-longer receives the context as a parameter.
parent 4db9c789
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