Commits

Chris Lattner committed 02c3f336e4a
After discussion, it turns out that the AST notion of lvalueness can be exactly what the CFG needs for its pointer concept. The lowering-to-CFG process can eliminate 100% of tuple types containing lvalue types ("carried" lvalues). Delete CFGType since it won't be used. Swift SVN r2934