[Pipelines] Move AddDescriminators to consistent position
authorNikita Popov <npopov@redhat.com>
Tue, 11 Apr 2023 11:19:06 +0000 (13:19 +0200)
committerNikita Popov <npopov@redhat.com>
Tue, 11 Apr 2023 11:19:06 +0000 (13:19 +0200)
commit271853c62f2a6f8830451f74c1998479c8bcd2d0
treec68e80d4f26ecf18327b4a9f8ecf5e88136c2389
parentf5f04a52b5146d124d7dbda93aeba09e19bf8a44
[Pipelines] Move AddDescriminators to consistent position

In the non-ThinLTO pipeline this was directly before PipelineStartEP,
in the ThinLTO pipeline it was directly after. I don't think the
specific position matters here, just make sure it's the same for
both pipelines.
llvm/lib/Passes/PassBuilderPipelines.cpp