Commits

Chris Lattner committed bbbeda18948
Finish implementing "Condition" for CFG Generation, including all the crazy optimizations that John has in IRGen (e.g. resplicing the condition block back to the true block in some cases, etc). The only piece missing is constant folding of the condition, because I don't know how that will be modeled. Wire up IfStmt emission again. Swift SVN r2779