Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SmallPtrSet: Provide a more efficient implementation of swap than the ↵ | Benjamin Kramer | 2012-03-06 | 1 | -0/+72 |
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 |