aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGen.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-03-23 21:20:44 -0700
committerGitHub <noreply@github.com>2025-03-23 21:20:44 -0700
commit1019457891fda0b2f32f50ba99d6a261df12ec08 (patch)
tree89e9b2ecba96f909114262f417749d6dc216562b /llvm/lib/CodeGen/CodeGen.cpp
parent054e0b41a8a997c6f7cf24c57d6dbe2dcfb2c3be (diff)
downloadllvm-1019457891fda0b2f32f50ba99d6a261df12ec08.zip
llvm-1019457891fda0b2f32f50ba99d6a261df12ec08.tar.gz
llvm-1019457891fda0b2f32f50ba99d6a261df12ec08.tar.bz2
[CodeGen] Use *Set::insert_range (NFC) (#132651)
We can use *Set::insert_range to collapse: for (auto Elem : Range) Set.insert(E); down to: Set.insert_range(Range);
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions