Commits

Chris Lattner committed 692cc1ba40c
fix sema to properly compute the varargs injection function for the ScalarToTuple that results from something like "var d : (Int, Int...) = 42". IRGen still crashes on this example, but that will be magically fixed someday when it cuts over to using the CFG. Swift SVN r3031