Chris Lattner 27fa922841 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.

llvm-svn: 50340
2008-04-28 06:44:42 +00:00
..
2008-02-08 07:14:19 +00:00
2008-03-19 10:59:59 +00:00
2008-03-25 22:06:05 +00:00
2008-03-13 01:07:53 +00:00