Go to file
Chris Lattner 300dc0bc90 Two fixes for the copy ctor/operator=:
1. Make sure to clear() 'this' before adding elements to it
  2. Make sure that the leaders of the RHS EC are the leaders of the LHS EC.

llvm-svn: 20692
2005-03-19 21:02:12 +00:00
llvm Two fixes for the copy ctor/operator=: 2005-03-19 21:02:12 +00:00