about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
diff options
context:
space:
mode:
authorMara Bos <m-ou.se@m-ou.se>2021-09-02 19:10:20 +0200
committerGitHub <noreply@github.com>2021-09-02 19:10:20 +0200
commitf4193346fe4378dfae003a6fb22b324a7ed0c0e6 (patch)
tree029c9bf744f928b5f4dd908fe2548af4fbee7830 /compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
parente248c4d5d0459fbf2a796e5bb413adca37d37b16 (diff)
parent4553a4baf2b365541c2322462a31eb5e5f43f3b5 (diff)
downloadrust-f4193346fe4378dfae003a6fb22b324a7ed0c0e6.tar.gz
rust-f4193346fe4378dfae003a6fb22b324a7ed0c0e6.zip
Rollup merge of #88567 - camelid:query-job-info, r=cjgillot
Remove redundant `Span` in `QueryJobInfo`

Previously, `QueryJobInfo` was composed of two parts: a `QueryInfo` and
a `QueryJob`. However, both `QueryInfo` and `QueryJob` have a `span`
field, which seem to be the same. So, the `span` was recorded twice.

Now, `QueryJobInfo` is composed of a `QueryStackFrame` (the other field
of `QueryInfo`) and a `QueryJob`. So, now, the `span` is only recorded
once.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions