Simple refactoring. This is done in preparation to support verification of invokable statepoints.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
One change needed, otherwise LGTM. Do you want to commit once you've updated?
lib/IR/Verifier.cpp | ||
---|---|---|
347 ↗ | (On Diff #19004) | If we went by the naming convention used by the rest of the class this needs to be VerifyStatepoint and it needs to not be intermixed with the routines used by the visitor. Can you make that change? Otherwise, LGTM. |