Fix an error in the assignment operator that was causing an infinite loop in GVNPRE...
authorOwen Anderson <resistor@mac.com>
Mon, 9 Jul 2007 18:51:15 +0000 (18:51 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 9 Jul 2007 18:51:15 +0000 (18:51 +0000)
commitda8ebc6b43cbc587bb072c7fbd9b6fed4baa7644
tree4404676ebd8d67c0e36a3f0f7bf775180c7f0419
parentba7721633cd5399a986a29d65ba7694f38aea37d
Fix an error in the assignment operator that was causing an infinite loop in GVNPRE.cpp.
Patch by Chis Lattner.

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