Skip to content
Commit e1c34e9f authored by Benjamin Kramer's avatar Benjamin Kramer
Browse files

SmallPtrSet: Provide a more efficient implementation of swap than the default...

SmallPtrSet: Provide a more efficient implementation of swap than the default triple-copy std::swap.

This currently assumes that both sets have the same SmallSize to keep the implementation simple,
a limitation that can be lifted if someone cares.

llvm-svn: 152143
parent ce80ce5f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment