Chris Lattner b606dba13b Remove the SmallVector ctor that converts from a SmallVectorImpl. This
conversion open the door for many nasty implicit conversion issues, and
can be easily solved by initializing with (V.begin(), V.end()) when 
needed.

This patch includes many small cleanups for sdisel also.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50340 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-28 06:44:42 +00:00
..
2008-04-09 17:16:28 +00:00
2008-04-01 04:00:45 +00:00
2008-04-16 20:45:31 +00:00
2008-04-16 21:57:29 +00:00