diff options
| author | Vitaly Buka <vitalybuka@google.com> | 2024-06-24 23:42:47 -0700 |
|---|---|---|
| committer | Vitaly Buka <vitalybuka@google.com> | 2024-06-24 23:42:47 -0700 |
| commit | 748fe87a8e0ccce436e9c94d8d163f9e03c81b48 (patch) | |
| tree | 508d1619316f1cda23b7f7844a1c3b19d77face2 /llvm/lib/CodeGen/SplitKit.cpp | |
| parent | 46b525389c09ae37c34648c7f108374b815a6507 (diff) | |
| parent | 43d207addaf4111dd6a4e0e702e8797587ce61ba (diff) | |
[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.sanitizer-rename-define_real_pthread_functions
Created using spr 1.3.4
[skip ci]
Diffstat (limited to 'llvm/lib/CodeGen/SplitKit.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/SplitKit.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SplitKit.cpp b/llvm/lib/CodeGen/SplitKit.cpp index d6c0a782465e..b671e5103875 100644 --- a/llvm/lib/CodeGen/SplitKit.cpp +++ b/llvm/lib/CodeGen/SplitKit.cpp @@ -184,8 +184,7 @@ void SplitAnalysis::analyzeUses() { // Remove duplicates, keeping the smaller slot for each instruction. // That is what we want for early clobbers. - UseSlots.erase(std::unique(UseSlots.begin(), UseSlots.end(), - SlotIndex::isSameInstr), + UseSlots.erase(llvm::unique(UseSlots, SlotIndex::isSameInstr), UseSlots.end()); // Compute per-live block info. |
