Make the assignment operator for SmallPtrSet much faster for normal cases.
authorOwen Anderson <resistor@mac.com>
Mon, 9 Jul 2007 22:27:20 +0000 (22:27 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 9 Jul 2007 22:27:20 +0000 (22:27 +0000)
commit69b5d12676cfc57a3f8ba868f4f7ef5211749720
tree9ac71e1b156189d51c414c35c7ce678d558b201b
parentd6fd1bc122ba791c698255d8be158b8ec424e248
Make the assignment operator for SmallPtrSet much faster for normal cases.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38474 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/SmallPtrSet.cpp