Move promote methods to TIntermediate class
A need arose to use capabilities from TIntermediate during node promotion. These methods have been moved from virtual methods on the TIntermUnary and TIntermBinary nodes to methods on TIntermediate, so it is easy for them construct new nodes and so on. This is done as a separate commit to verify that no test results are changed as a result.
Showing
- glslang/Include/intermediate.h 1 addition, 3 deletionsglslang/Include/intermediate.h
- glslang/MachineIndependent/Intermediate.cpp 70 additions, 48 deletionsglslang/MachineIndependent/Intermediate.cpp
- glslang/MachineIndependent/localintermediate.h 3 additions, 0 deletionsglslang/MachineIndependent/localintermediate.h
Loading
Please register or sign in to comment