diff options
author | Florian Hahn <flo@fhahn.com> | 2024-08-14 10:19:29 +0100 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2024-08-14 10:19:29 +0100 |
commit | 31f593eb958e2076b98f62e6f2ec24ad8737cd4d (patch) | |
tree | 99b1c4eb67a5574a48f626e776eafd792d2a89f2 /llvm/lib/IR/Module.cpp | |
parent | 1360b9d4129ba34e971e6642deb0aaf4d51f43a2 (diff) | |
download | llvm-31f593eb958e2076b98f62e6f2ec24ad8737cd4d.zip llvm-31f593eb958e2076b98f62e6f2ec24ad8737cd4d.tar.gz llvm-31f593eb958e2076b98f62e6f2ec24ad8737cd4d.tar.bz2 |
[LAA] Also clear DiffChecks in LAI::reset().
DiffChecks will get populated twice when re-trying with runtime checks.
Without clearing it like the regular Checks vector, it will contain some
duplicates and the order the checks are created may not match the order
the checks have been queued when re-trying.
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions