diff options
author | cmtice <cmtice@google.com> | 2024-02-20 07:30:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-20 07:30:27 -0800 |
commit | d7a73c91b623baf5c966d9b18f6837ee808ddc89 (patch) | |
tree | b3ab5265e3ce34c454f09c086072404b0035868e /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 8ca351d394290f934c2a50293712d4eddf6a97e9 (diff) | |
download | llvm-d7a73c91b623baf5c966d9b18f6837ee808ddc89.zip llvm-d7a73c91b623baf5c966d9b18f6837ee808ddc89.tar.gz llvm-d7a73c91b623baf5c966d9b18f6837ee808ddc89.tar.bz2 |
[LLVM][ADT] Put both vesions of 'unique' into STLExtras.h (#82312)
Currently there are two versions of llvm::unique, one that requires a
predicate, and is in STLExtras.h; and one that does not require a
predicate, and is in GenericUniformityImpl.h. This moves the one from
GenericUniformityImp.h to STlExtras.h, so they are both together, and
can both be easily called from other places inside LLVM.
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions