[ConstraintElim] Remove legacy pass implementation.
authorFlorian Hahn <flo@fhahn.com>
Wed, 4 Jan 2023 11:21:12 +0000 (11:21 +0000)
committerFlorian Hahn <flo@fhahn.com>
Wed, 4 Jan 2023 11:21:12 +0000 (11:21 +0000)
commitf8d008d19f3553315ef481844f96249d0cccb1e6
tree39d3e9b2bb9c8d73e3b7bda5caa0007c33aa27eb
parente7790fbed32b729ad59cea4b77d152514605cb0e
[ConstraintElim] Remove legacy pass implementation.

The pass is exclusively used with the new pass manager now, so remove
the legacy PM implementation.
llvm/include/llvm/InitializePasses.h
llvm/include/llvm/Transforms/Scalar.h
llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
llvm/lib/Transforms/Scalar/Scalar.cpp